Evento DedNetApplicationDocumentImportingEvent
|
Evento chiamato in fase di importazione documento che permette di modificare la struttura sottostante al documento
prima dell'esecuzione vera e propria dell'operazione. Viene chiamato anche immediatamente dopo l'esecuzione.
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public event EventHandler<DocumentImportingEventArgs> DocumentImportingEvent
Public Event DocumentImportingEvent As EventHandler(Of DocumentImportingEventArgs)
public:
event EventHandler<DocumentImportingEventArgs^>^ DocumentImportingEvent {
void add (EventHandler<DocumentImportingEventArgs^>^ value);
void remove (EventHandler<DocumentImportingEventArgs^>^ value);
}
member DocumentImportingEvent : IEvent<EventHandler<DocumentImportingEventArgs>,
DocumentImportingEventArgs>
Valore
EventHandlerDocumentImportingEventArgsVedi anche