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

OnClientDropDownOpened

The OnClientDropDownOpened client-side event that is fired after the dropdown of the RadDropDownTree is opened.

The event handler receives two parameters:

  1. The instance of the RadDropDownTree client-side object.

  2. An Event argument parameter.

The event cannot be cancelled.

In this article