Evento DedNetApplicationDocumentCheckedInEvent
             | 
          
        
        
            Evento chiamato prima del checkin di un elemento
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassipublic event EventHandler<DocStructInfoEventArgs> DocumentCheckedInEvent
Public Event DocumentCheckedInEvent As EventHandler(Of DocStructInfoEventArgs)
public:
 event EventHandler<DocStructInfoEventArgs^>^ DocumentCheckedInEvent {
	void add (EventHandler<DocStructInfoEventArgs^>^ value);
	void remove (EventHandler<DocStructInfoEventArgs^>^ value);
}member DocumentCheckedInEvent : IEvent<EventHandler<DocStructInfoEventArgs>,
    DocStructInfoEventArgs>Valore
EventHandlerDocStructInfoEventArgs
Vedi anche