'Declaration Public Event NodeExpanded As C1TreeViewEventHandler
public event C1TreeViewEventHandler NodeExpanded
Event Data
The event handler receives an argument of type C1TreeViewEventArgs containing data related to this event. The following C1TreeViewEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Node | C1TreeViewNode node associated to the event data. |
See Also