Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Primitives Namespace / ItemSelectionChangingEventArgs Class
Members


In This Topic
    ItemSelectionChangingEventArgs Class
    In This Topic
    Provides information used in the ItemSelectionChanging routed event.
    Syntax
    'Declaration
     
    Public Class ItemSelectionChangingEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    'Usage
     
    Dim instance As ItemSelectionChangingEventArgs
    public class ItemSelectionChangingEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             Xceed.Wpf.Toolkit.Primitives.ItemSelectionChangingEventArgs

    Public Constructors
    Public Properties
     NameDescription
    Public Property (Inherited from System.ComponentModel.CancelEventArgs)
    Public PropertyGets the item on which the IsSelected property is about to be modified.  
    Public PropertyGets the new value of the IsSelected property on the clicked item.  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also