Evento DedNetApplicationSkipDocumentStatusOnSaveDistEvent
             | 
          
        
        
            Evento lanciato per fare determinare dai client se un documento debba essere skippato in fase di controllo dello stato nel salva distinta
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassipublic 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>Valore
EventHandlerSkipDocumentStatusOnSaveDistEventArgs
Vedi anche