Raises the ItemUnchecked event.

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

Syntax

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

Parameters

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

See Also