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