Namespace: XamlGeneratedNamespaceAssembly: DeltaEngine.Editor.Emulator (in DeltaEngine.Editor.Emulator.dll) Version: 1.1.1.0 (1.1.1)
protected override Delegate CreateDelegate(
Type delegateType,
Object target,
string handler
)
protected override Delegate CreateDelegate(
Type delegateType,
Object target,
string handler
)
Protected Overrides Function CreateDelegate (
delegateType As Type,
target As Object,
handler As String
) As Delegate
Protected Overrides Function CreateDelegate (
delegateType As Type,
target As Object,
handler As String
) As Delegate
protected:
virtual Delegate^ CreateDelegate(
Type^ delegateType,
Object^ target,
String^ handler
) override
protected:
virtual Delegate^ CreateDelegate(
Type^ delegateType,
Object^ target,
String^ handler
) override
abstract CreateDelegate :
delegateType : Type *
target : Object *
handler : string -> Delegate
override CreateDelegate :
delegateType : Type *
target : Object *
handler : string -> Delegate
abstract CreateDelegate :
delegateType : Type *
target : Object *
handler : string -> Delegate
override CreateDelegate :
delegateType : Type *
target : Object *
handler : string -> Delegate
Return Value
Type:
Delegate