Raises the Expanding event.

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

Syntax

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

Parameters

e
Type: SourcedEventArgs
Provides data for the event.

See Also