New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

OnTreeListCreated

This event is fired when the RadTreeList client component is initialized.

Fired byRadTreeList
Argumentsnone
Can be canceledNo

Example

JavaScript
function TreeListCreated(sender, eventArgs) {
    alert('Created treelist with id: ' + sender.get_id());
}

See Also

In this article
ExampleSee Also
Not finding the help you need?
Contact Support