Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
event EventHandler<CommandExecutedEventArgs> ICommandSource.CommandExecuted
Visual Basic (Declaration)
Private Event CommandExecuted As EventHandler(Of CommandExecutedEventArgs)
	Implements ICommandSource.CommandExecuted
Visual C++
private:
virtual  event EventHandler<CommandExecutedEventArgs^>^ CommandExecuted {
	void add (EventHandler<CommandExecutedEventArgs^>^ value);
	void remove (EventHandler<CommandExecutedEventArgs^>^ value);
}

Implements

ICommandSource..::.CommandExecuted

See Also