Method | Description | |
---|---|---|
CreateDelegate ( |
Generates a delegate with a matching signature of the supplied eventHandlerType This method only supports Events that have a delegate of type void
|
public static CreateDelegate ( |
||
eventHandlerType | ||
methodToInvoke | The method to invoke | |
methodInvoker | object | The object where the method resides |
return |