Telerik.Web.UI.ImageEditor.CancelEventArgs : Sys.CancelEventArgs
Inheritance Hierarchy
- Sys.CancelEventArgs
- Telerik.Web.UI.ImageEditor.CancelEventArgs
Methods
get_commandName
Returns the name of the active command.
Parameters
Returns
String
get_domEvent
Returns the Sys.UI.DomEvent instance associated to the raised event.
Parameters
Returns
Sys.UI.DomEvent
set_commandName
Sets the name of the active command.
Parameters
value String
The new name that will be used for the active command.
Returns
None