Evento DedNetApplicationCommandExecutingEvent
|
Evento di esecuzione comando.
Questo evento viene chiamato all'inizio ed alla fine dell'esecuzione del comando.
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 27.1.0
Sintassi public event EventHandler<DedCommandEventArgs> CommandExecutingEvent
Public Event CommandExecutingEvent As EventHandler(Of DedCommandEventArgs)
public:
event EventHandler<DedCommandEventArgs^>^ CommandExecutingEvent {
void add (EventHandler<DedCommandEventArgs^>^ value);
void remove (EventHandler<DedCommandEventArgs^>^ value);
}
member CommandExecutingEvent : IEvent<EventHandler<DedCommandEventArgs>,
DedCommandEventArgs>
Valore
EventHandlerDedCommandEventArgsVedi anche