Evento DedNetApplicationDocumentSbloccaEvent
             | 
          
        
        
            Evento chiamato dopo lo sblocca su di un documento
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic event EventHandler<DocStructInfoEventArgs> DocumentSbloccaEvent
Public Event DocumentSbloccaEvent As EventHandler(Of DocStructInfoEventArgs)
public:
 event EventHandler<DocStructInfoEventArgs^>^ DocumentSbloccaEvent {
	void add (EventHandler<DocStructInfoEventArgs^>^ value);
	void remove (EventHandler<DocStructInfoEventArgs^>^ value);
}member DocumentSbloccaEvent : IEvent<EventHandler<DocStructInfoEventArgs>,
    DocStructInfoEventArgs>Valore
EventHandlerDocStructInfoEventArgs
Vedi anche