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

MobileDrawerEventBuilder

Methods

AfterHide(System.String)

Fired after the mobile Drawer has been hidden.

For more information see AfterHide event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the afterHide event.

BeforeShow(System.String)

Fires before the mobile Drawer is revealed. The event can be prevented by calling the preventDefault method of the event parameter.

For more information see BeforeShow event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the beforeShow event.

Hide(System.String)

Fired when the mobile Drawer is closed by the user.

For more information see Hide event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the hide event.

Init(System.String)

Fired when the mobile Drawer and its child widgets are initialized.

For more information see Init event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the init event.

Show(System.String)

Fires when the Drawer is shown.

For more information see Show event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the show event.

In this article
Not finding the help you need?