Raises the ItemOpening event.

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

Syntax

C#
protected internal virtual void OnItemOpening(
	CancelSourceEventArgs e
)
Visual Basic
Protected Friend Overridable Sub OnItemOpening ( _
	e As CancelSourceEventArgs _
)

Parameters

e
Type: C1.WPF..::..CancelSourceEventArgs
Provides data for the event.

See Also