Evento DedNetApplicationDocumentMovingEvent |
Namespace: DedNet
public event EventHandler<DocumentMovingEventArgs> DocumentMovingEvent
Public Event DocumentMovingEvent As EventHandler(Of DocumentMovingEventArgs)
public: event EventHandler<DocumentMovingEventArgs^>^ DocumentMovingEvent { void add (EventHandler<DocumentMovingEventArgs^>^ value); void remove (EventHandler<DocumentMovingEventArgs^>^ value); }
member DocumentMovingEvent : IEvent<EventHandler<DocumentMovingEventArgs>, DocumentMovingEventArgs>