Raises the ItemClick event.

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

Syntax

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

Parameters

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

See Also