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