LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

Data Property (DataEventArgs<TData>)







Gets the argument data to pass to an event handler.
Syntax
public TData Data {get;}
'Declaration
 
Public ReadOnly Property Data As TData
'Usage
 
Dim instance As DataEventArgs(Of TData)
Dim value As TData
 
value = instance.Data
public TData Data {get;}
 get_Data(); 
public: __property TData* get_Data();
public:
property TData* Data {
   TData* get();
}

Property Value

The data to pass the an event handler.
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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.