Evento DedNetApplicationDragDropEvent
|
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public event EventHandler<DragDropEventArgs> DragDropEvent
Public Event DragDropEvent As EventHandler(Of DragDropEventArgs)
public:
event EventHandler<DragDropEventArgs^>^ DragDropEvent {
void add (EventHandler<DragDropEventArgs^>^ value);
void remove (EventHandler<DragDropEventArgs^>^ value);
}
member DragDropEvent : IEvent<EventHandler<DragDropEventArgs>,
DragDropEventArgs>
Valore
EventHandlerDragDropEventArgsVedi anche