New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.EditorCommandEventArgs : Sys.CancelEventArgs

Inheritance Hierarchy

Methods

get_commandName

Returns the command name

Parameters

Returns

String

get_name

Returns the command name

Parameters

Returns

String

get_tool

Returns the object instance of the tool fired the command

Parameters

Returns

Telerik.Web.UI.EditorButton

get_value

Returns the value fetched by the tool

Parameters

Returns

String

set_value

Sets the value for the command to execute with

Parameters

value String

The command value with which the command to be executed

Returns

None

In this article