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

Telerik.Web.UI.RadFilterCommandEventArgs

The arguments passed when Telerik.Web.UI.RadTreeList fires a command event.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • System.Web.UI.WebControls.CommandEventArgs
  • Telerik.Web.UI.RadFilterCommandEventArgs : IRadFilterCommandEvent

Properties

Canceled Boolean

Gets or sets a value indicating whether the current command is cancelled.

EventSource Object

Gets the control which was responsible for firing the event.

ExpressionItem RadFilterExpressionItem

Gets the RadFilterExpressionItem that fired the command, if there is such.

Methods

ExecuteCommand

Forces the execution of the command that triggered the event.

Parameters

source System.Object

The owner RadFilter object

Returns

System.Void

In this article