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: 26.4.0.0 (26.4.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
EventHandlerDocumentMovingEventArgsVedi anche