Evento DedLuaCommand.ExecutingCommand

Libreria DedApiLua

Evento DedLuaCommandExecutingCommand

Evento chiamato per l'esecuzione del comando.

Namespace:  LuaApplication
Assembly:  DedLuaApplication (in DedLuaApplication.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public event EventHandler ExecutingCommand
Public Event ExecutingCommand As EventHandler
public:
 event EventHandler^ ExecutingCommand {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}
member ExecutingCommand : IEvent<EventHandler,
    EventArgs>

Valore

Tipo: SystemEventHandler
Vedi anche