Evento DedNetApplicationDocumentMovingEvent
             | 
          
        
        
            Evento chiamato in fase di move command sui documenti principali. Permette ai client di impostare i dati di clonazione
            nella sotto struttura.
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic event EventHandler<DocumentMovingEventArgs> DocumentMovingEvent
Public Event DocumentMovingEvent As EventHandler(Of DocumentMovingEventArgs)
public:
 event EventHandler<DocumentMovingEventArgs^>^ DocumentMovingEvent {
	void add (EventHandler<DocumentMovingEventArgs^>^ value);
	void remove (EventHandler<DocumentMovingEventArgs^>^ value);
}member DocumentMovingEvent : IEvent<EventHandler<DocumentMovingEventArgs>,
    DocumentMovingEventArgs>Valore
EventHandlerDocumentMovingEventArgs
Vedi anche