Intersoft ClientUI Documentation
Target Property (DelegateReference)



Gets the System.Delegate (the target) referenced by the current DelegateReference object.
Syntax
Public ReadOnly Property Target As Delegate
Dim instance As DelegateReference
Dim value As Delegate
 
value = instance.Target
public Delegate Target {get;}
public:
property Delegate^ Target {
   Delegate^ get();
}

Property Value

a null reference (Nothing in Visual Basic) if the object referenced by the current DelegateReference object has been garbage collected; otherwise, a reference to the System.Delegate referenced by the current DelegateReference object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DelegateReference Class
DelegateReference Members

Send Feedback