Click or drag to resize
MulticastDelegate Properties

The MulticastDelegate type exposes the following members.

Properties
  NameDescription
Public propertyMethod
Gets the method represented by the delegate.
(Inherited from Delegate.)
Public propertyTarget
Gets the class instance on which the current delegate invokes the instance method.
(Inherited from Delegate.)
Top
See Also