OnItemClick Method
OnItemClick(SourcedEventArgs)
Raises the C1TreeView.ItemClick event.
Declaration
protected virtual void OnItemClick(SourcedEventArgs e)
Protected Overridable Sub OnItemClick(e As SourcedEventArgs)
Parameters
| Type |
Name |
Description |
| SourcedEventArgs |
e |
Provides data for the event.
|