Intersoft ClientUI Documentation
Target Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > IDelegateReference Interface : Target Property






Gets the referenced System.Delegate object.

Syntax

Visual Basic (Declaration) 
ReadOnly Property Target As Delegate
Visual Basic (Usage)Copy Code
Dim instance As IDelegateReference
Dim value As Delegate
 
value = instance.Target
C# 
Delegate Target {get;}
Delphi 
read-only property Target: Delegate; 
JScript 
function get Target : Delegate
Managed Extensions for C++ 
__property Delegate* get_Target();
C++/CLI 
property Delegate^ Target {
   Delegate^ get();
}

Property Value

A System.Delegate instance if the target is valid; otherwise a null reference (Nothing in Visual Basic).

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.