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: 26.4.0.0 (26.4.0.0)
Sintassipublic 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
EventHandlerDedCommandEventArgs
Vedi anche