Intersoft ClientUI Documentation
SetData(Object) Method



Data object.
Set data object.
Syntax
Public Overloads Sub SetData( _
   ByVal data As Object _
) 
Dim instance As DragDropEventData
Dim data As Object
 
instance.SetData(data)
public void SetData( 
   object data
)
public:
void SetData( 
   Object^ data
) 

Parameters

data
Data 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

DragDropEventData Class
DragDropEventData Members
Overload List

Send Feedback