DependencyObject::GetInvocationList<T> Method (DependencyProperty^)

 

Gets an array that contains the delegates for the specified DependencyProperty.

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

protected:
generic<typename T>
array<T>^ GetInvocationList(
	DependencyProperty^ dependencyEvent
)

Parameters

dependencyEvent
Type: System.Workflow.ComponentModel::DependencyProperty^

The specified DependencyProperty.

Return Value

Type: array<T>^

An array that contains the delegates for the specified DependencyProperty.

Type Parameters

T

The type of the returned delegates.

Exception Condition
ArgumentNullException

dependencyEvent is a null reference (Nothing in Visual Basic).

ArgumentException

dependencyEvent does not correspond to an event.

.NET Framework
Available since 3.0
Return to top
Show: