Hevea documentation

TreeNode.SetOnSelectedEventHandler Method 

Set the Select event handler.

public void SetOnSelectedEventHandler(
   OnSelectHandler handler
);

Parameters

handler
event handler

Exceptions

Exception Type Condition
ArgumentNullException the handler parameter is null
NotSupportedException the event handler is set after adding childs to the node

See Also

TreeNode Class | Hevea.Core.Http.Html.UI Namespace