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