New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Telerik.Web.UI.RadComboBoxItemCancelEventArgs : Sys.CancelEventArgs
Inheritance Hierarchy
- Sys.CancelEventArgs
- Telerik.Web.UI.RadComboBoxItemCancelEventArgs
Methods
get_item
Returns the item that is about to be selected/checked from the RadComboBox list.
Parameters
Returns
Telerik.Web.UI.RadComboBoxItem
the the item about to be selected/checked from the RadComboBox list.
get_domEvent
Returns the Sys.UI.DomEvent instance associated to the raised event.
Parameters
Returns
Sys.UI.DomEvent
the underlying DOM event from the browser
get_cancel
Gets a boolean value indicating whether the event is cancelled.
Parameters
Returns
Boolean
whether the event is cancelled.
set_cancel
Sets a boolean value that indicates whether the event will be cancelled.
Parameters
Boolean
whether the event will be cancelled.
Returns
None