The MulticastDelegate class contains the following constructor.
Constructs a multicast delegate that references a given object and a given method of that object.
protected MulticastDelegate(Object objTarget, String strMethodName, String strMethodSignature);
objTarget | The target object of the multicast delegate. |
strMethodName | The name of the target method of the multicast delegate. |
strMethodSignature | The parameter signature of the target method. |