Search
Calendar.OnItemClick Method
See Also
 






Raises the ItemClick event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected virtual void OnItemClick (
    ItemTouchEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnItemClick( _
    e As ItemTouchEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also