Occurs when a C1TreeViewItem is collapsing.

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

Syntax

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

See Also