DependencyObject.GetInvocationList<T>(DependencyProperty) Method

Definition

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

C#
protected T[] GetInvocationList<T>(System.Workflow.ComponentModel.DependencyProperty dependencyEvent);

Type Parameters

T

The type of the returned delegates.

Parameters

dependencyEvent
DependencyProperty

The specified DependencyProperty.

Returns

T[]

An array that contains the delegates for the specified DependencyProperty.

Exceptions

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

dependencyEvent does not correspond to an event.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1