Evento DedNetApplicationDocumentDragDropEvent |
Namespace: DedNet
public 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>