Click or drag to resize
DelegateTarget Property
Gets the class instance on which the current delegate invokes the instance method.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public Object Target { get; }

Return Value

Type: Object
The object on which the current delegate invokes the instance method, if the delegate represents an instance method; null if the delegate represents a static method.
See Also