InternalTypeHelper.CreateDelegate(Type, Object, String) Method

Definition

When overridden in a derived (generated) class, creates an event delegate referencing a non-public handler method.

C#
protected internal abstract Delegate CreateDelegate(Type delegateType, object target, string handler);

Parameters

delegateType
Type

The Type of the delegate.

target
Object

The target where the handler is attached.

handler
String

The name of the handler implementation.

Returns

The delegate reference.

Remarks

The InternalTypeHelper class is not intended for use by anything other than the WPF XAML markup compiler.

Applies to

Proizvod Verzije
.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
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10