Intersoft ClientUI Documentation
Target Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > DelegateReference Class : Target Property






Gets the System.Delegate (the target) referenced by the current DelegateReference object.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Target As Delegate
Visual Basic (Usage)Copy Code
Dim instance As DelegateReference
Dim value As Delegate
 
value = instance.Target
C# 
public Delegate Target {get;}
Delphi 
public read-only property Target: Delegate; 
JScript 
public function get Target : Delegate
Managed Extensions for C++ 
public: __property Delegate* get_Target();
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.