New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnTreeListCreated
Updated over 6 months ago
This event is fired when the RadTreeList client component is initialized.
| Fired by | RadTreeList |
| Arguments | none |
| Can be canceled | No |
Example
JavaScript
function TreeListCreated(sender, eventArgs) {
alert('Created treelist with id: ' + sender.get_id());
}