Telerik.Web.UI.DrawerClientEvents
Defines the client events handlers.
Inheritance Hierarchy
- System.Object
- Telerik.Web.StateManager : IMarkableStateManager, IStateManager
- Telerik.Web.UI.DrawerClientEvents : IDefaultCheck
Properties
OnHide String
Fired when the Kendo UI Drawer is about to be hidden. The event can be prevented by calling the preventDefault method of the event parameter.
OnInitialize String
Fired when the control is initialized.
OnItemClick String
Fires when user clicks on item from the Kendo UI Drawer.
OnLoad String
Fired when the control is loaded on the page.
OnShow String
Fires before the Kendo UI Drawer is revealed. The event can be prevented by calling the preventDefault method of the event parameter.