PocketPlanner Programmer's Guide

Calendar.OnItemDeselecting Method

See Also

Raises the ItemDeselecting event.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

protected virtual void OnItemDeselecting (
    ItemConfirmEventArgs e
)

Visual Basic

Protected Overridable Sub OnItemDeselecting ( _
    e As ItemConfirmEventArgs _
)

 Parameters

e
An object, containing the event data.

 See Also