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

Telerik.Web.UI.GridItemEventArgs

The class representing the event arguments holding arguments associated with an item event.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Telerik.Web.UI.GridItemEventArgs

Properties

Canceled Boolean

Set to true to cancel the default event execution, if available. The ItemCreated and ItemDataBound events cannot be cancelled.

EventInfo GridItemEventInfo

Event info object. Cast to derrived classes to obtain the appropriate instance

Item GridItem

Gets the which fired the event.

In this article