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:
DedNet
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public 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
Tipo:
SystemEventHandlerDocumentMovingEventArgsVedi anche