PocketPlanner Programmer's Guide

Calendar.ItemSelectionChanged Event

See Also

Raised when an item is selected or deselected.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public ItemSelectionEventHandler ItemSelectionChanged

Visual Basic

Public ItemSelectionChanged As ItemSelectionEventHandler

 Event Data

ItemSelectionChanged event handlers receive an argument of type ItemSelectionEventArgs.

 See Also