Piccolo.NET

PInputEventArgs.DragDropData Property

Gets the IDataObject that contains the data associated with this event.

public virtual System.Windows.Forms.IDataObject DragDropData {get;}

Property Value

The data associated with this event.

Exceptions

Exception TypeCondition
InvalidOperationException Thrown if the event is not a drag drop event.

See Also

PInputEventArgs Class | UMD.HCIL.Piccolo.Event Namespace