New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnButtonCommand
The OnButtonCommand event is raised when an image button is clicked.
The event handler receives two parameters:
-
The instance of the SearchBox firing the event
-
An event arguments parameter that contains the following properties:
-
CommandName -returns the command name.
-
CommandArgument -returns the command argument.
-