PocketPlanner Programmer's Guide

ItemSelectionEventArgs.IsDeselected Property

See Also

Gets a value indicating whether the item was deselected.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public bool IsDeselected { get; }

Visual Basic

Public ReadOnly Property IsDeselected As Boolean

 Property Value

true if the the item was deselected by the user; false if the item was selected.

 Remarks

This property is mutually exclusive with IsSelected, that is, when one of them is false, the other is true, and vice versa.

 See Also