The following tables list the members exposed by HandleCommandEventArgs.
| Name | Description | |
|---|---|---|
![]() | HandleCommandEventArgs Constructor | Initializes the object with the originating event arguments. |
| Name | Description | |
|---|---|---|
![]() | CommandArgument | Gets the argument for the command. (Inherited from System.Web.UI.WebControls.CommandEventArgs) |
![]() | CommandName | Gets the name of the command. (Inherited from System.Web.UI.WebControls.CommandEventArgs) |
![]() | Handled | Indicates whether the command event was handled. Can be set from inside of an event handler and stop the command event from propagating. |