MindFusion.Scheduling for Silverlight Programmer's Guide
ItemSelectionEventArgs.IsDeselected Property
See Also
 





Gets a value indicating whether the item was deselected.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public bool IsDeselected { get; }

Visual Basic  Copy Code

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

ItemSelectionEventArgs Members
ItemSelectionEventArgs Class
MindFusion.Scheduling.Silverlight Namespace
IsSelected Property