Occurs when the C1TreeViewItem is clicked.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public event EventHandler<SourcedEventArgs> Click
Visual Basic
Public Event Click As EventHandler(Of SourcedEventArgs)

See Also