Udostępnij za pośrednictwem


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

See Also

Reference

DragGestureData Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Understanding WPF Designer Extensibility