New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
value
value
Telerik.Web.UI.ButtonCancelEventArgs : Sys.CancelEventArgs
Inheritance Hierarchy
- Sys.CancelEventArgs
- Telerik.Web.UI.ButtonCancelEventArgs
Methods
get_commandName
Returns the value assigned to the RadButton's CommandName property.
Parameters
Returns
String
get_commandArgument
Returns the value assigned to the RadButton's CommandArgument property
Parameters
Returns
String
get_domEvent
Returns the Sys.UI.DomEvent instance associated to the raised event.
Parameters
Returns
Sys.UI.DomEvent
get_isPageValid
Returns the boolean value of the Page's Page_IsValid property.
Parameters
Returns
Boolean
IsSplitButtonClick
Returns a boolean value that indicates whether the split button or the main button is clicked.
Parameters
Returns
Boolean
set_commandArgument
Sets value to the RadButton's CommandArgument property.
Parameters
value String
The command argument that will be assigned to the RadButton's CommandArgument property.
Returns
None
set_commandName
Sets value to the RadButton's CommandName property.
Parameters
value String
The command name that will be assigned to the RadButton's CommandName property.
Returns
None