Raises the CommandExecuted event.

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

Syntax

C#
protected virtual void OnCommandExecuted(
	CommandExecutedEventArgs args
)
Visual Basic (Declaration)
Protected Overridable Sub OnCommandExecuted ( _
	args As CommandExecutedEventArgs _
)
Visual C++
protected:
virtual void OnCommandExecuted(
	CommandExecutedEventArgs^ args
)

See Also