ASP.NET Pack Programmer's Guide
Button.OnCommand Method
See Also
 





Raises the Command event.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

protected virtual void OnCommand (
    CommandEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnCommand( _
    e As CommandEventArgs _
)

 Parameters

e

Type: CommandEventArgs
A CommandEventArgs object, that holds data for the event.

 See Also

Button Members
Button Class
MindFusion.UI.WebForms Namespace