Raises the Collapsing event.

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

Syntax

C#
protected virtual void OnCollapsing(
	SourcedEventArgs e
)
Visual Basic
Protected Overridable Sub OnCollapsing ( _
	e As SourcedEventArgs _
)

Parameters

e
Type: C1.Silverlight..::..SourcedEventArgs
Provides data for the event.

See Also