Xceed Toolkit Plus for WPF v4.6 Documentation
ListActionType Enumeration


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace : ListActionType Enumeration

Specifies the mode of action perfomed in ListBase<T>.

Syntax
'Declaration
 
Public Enum ListActionType 
   Inherits System.Enum
'Usage
 
Dim instance As ListActionType
public enum ListActionType : System.Enum 
Members
MemberDescription
ClearAll items are being cleared.
InsertItem or items being added.
NoneNo action.
RemoveItem is being removed.
SetItem is being set.
Remarks
Used in ListChangedEventArgs in the BeforeListChanged and the ListChanged events.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.Toolkit.Chart.ListActionType

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

Reference

Xceed.Wpf.Toolkit.Chart Namespace