Fires event command event.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected void OnEventCommand(
	CommandEventArgs e
)
Visual Basic
Protected Sub OnEventCommand ( 
	e As CommandEventArgs
)
Visual C++
protected:
void OnEventCommand(
	CommandEventArgs^ e
)
F#
member OnEventCommand : 
        e : CommandEventArgs -> unit 

Parameters

e
Type: System.Web.UI.WebControls..::..CommandEventArgs
Event arguments.

See Also