Evento DedNetApplicationStateCommandDocCloseEvent
|
Evento di chiusura dopo elaborazione documento.
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public 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
EventHandlerStateCommandEventArgsVedi anche