Evento DedNetApplicationStateCommandDocCloseEvent
|
Evento di chiusura dopo elaborazione documento.
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassipublic event EventHandler<StateCommandEventArgs> StateCommandDocCloseEvent
Public Event StateCommandDocCloseEvent As EventHandler(Of StateCommandEventArgs)
public:
event EventHandler<StateCommandEventArgs^>^ StateCommandDocCloseEvent {
void add (EventHandler<StateCommandEventArgs^>^ value);
void remove (EventHandler<StateCommandEventArgs^>^ value);
}
member StateCommandDocCloseEvent : IEvent<EventHandler<StateCommandEventArgs>,
StateCommandEventArgs>
Valore
EventHandlerStateCommandEventArgs
Vedi anche