PocketPlanner Programmer's Guide

Calendar.OnItemSelecting Method

See Also

Raises the ItemSelecting event.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

protected virtual void OnItemSelecting (
    ItemConfirmEventArgs e
)

Visual Basic

Protected Overridable Sub OnItemSelecting ( _
    e As ItemConfirmEventArgs _
)

 Parameters

e
An object, containing the event data.

 See Also