Intersoft ClientUI Documentation
Value Property (DataEventArgs<TData>)



Gets the object to pass to the event handlers.
Syntax
Public ReadOnly Property Value As TData
Dim instance As DataEventArgs(Of TData)
Dim value As TData
 
value = instance.Value
public TData Value {get;}
public:
property TData^ Value {
   TData^ get();
}

Property Value

An 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

DataEventArgs<TData> Class
DataEventArgs<TData> Members

Send Feedback