DragGestureData.Data Property
Gets the data passed in for the drag-and-drop operation.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property Data As IDataObject
Get
public IDataObject Data { get; }
public:
property IDataObject^ Data {
IDataObject^ get ();
}
member Data : IDataObject
function get Data () : IDataObject
Property Value
Type: System.Windows.IDataObject
An IDataObject that represents drag-and-drop operation data.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace