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

Telerik.Web.UI.LightBoxClientEvents

RadLightBox Client Events

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.StateManager : IMarkableStateManager, IStateManager
  • Telerik.Web.UI.LightBoxClientEvents

Properties

OnClosed String

This client event will be fired when the RadLightBox popup is closed.

OnClosing String

This client event will be fired when closing the RadLightBox popup.

OnDestroying String

This client event fires when the client object is about to be destroyed.

OnLoad String

This client event will be fired when the RadLightBox client component is initializing.

OnNavigating String

This client event fires when the user navigates out of the current page.

OnShowed String

This client event will be fired when the RadLightBox popup is opened.

OnShowing String

This client event will be fired when the RadLightBox popup is opening.

In this article