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