RadControls for ASP.NET AJAX This event is fired when the RadTreeList client component is initialized.
Fired by | RadTreeList |
Arguments |
none
|
Can be canceled | No |
Example:
CopyJavaScript
function TreeListCreated(sender, eventArgs) {
alert('Created treelist with id: ' + sender.get_id());
}