Responds to a check item action by raising a Checked event.

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

Syntax

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

Parameters

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

See Also