Evento DedNetApplicationDocumentDragDropEvent
|
Evento lanciato prima della partenza del drag da controllo documentale. Permette di impedirne la continuazione.
Namespace:
DedNet
Assembly:
DedNet (in DedNet.dll) Versione: 20.3.0.0 (20.3.0.0)
Sintassipublic event EventHandler<DocumentDragDropEventArgs> DocumentDragDropEvent
Public Event DocumentDragDropEvent As EventHandler(Of DocumentDragDropEventArgs)
public:
event EventHandler<DocumentDragDropEventArgs^>^ DocumentDragDropEvent {
void add (EventHandler<DocumentDragDropEventArgs^>^ value);
void remove (EventHandler<DocumentDragDropEventArgs^>^ value);
}
member DocumentDragDropEvent : IEvent<EventHandler<DocumentDragDropEventArgs>,
DocumentDragDropEventArgs>
Valore
Tipo:
SystemEventHandlerDocumentDragDropEventArgs
Vedi anche