Class SelectionChangedCommandContext
Inheritance
System.Object
SelectionChangedCommandContext
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class SelectionChangedCommandContext : Object
Constructors
SelectionChangedCommandContext(NotifyCollectionChangedAction, IList, Int32, IList, Int32)
Declaration
public SelectionChangedCommandContext(NotifyCollectionChangedAction action, IList newItems, int newStartingIndex, IList oldItems, int oldStartingIndex)
Parameters
System.Collections.Specialized.NotifyCollectionChangedAction
action
|
System.Collections.IList
newItems
|
System.Int32
newStartingIndex
|
System.Collections.IList
oldItems
|
System.Int32
oldStartingIndex
|
Properties
Action
Declaration
public NotifyCollectionChangedAction Action { get; }
Property Value
System.Collections.Specialized.NotifyCollectionChangedAction
|
NewItems
Declaration
public IList NewItems { get; }
Property Value
System.Collections.IList
|
NewStartingIndex
Declaration
public int NewStartingIndex { get; }
Property Value
System.Int32
|
OldItems
Declaration
public IList OldItems { get; }
Property Value
System.Collections.IList
|
OldStartingIndex
Declaration
public int OldStartingIndex { get; }
Property Value
System.Int32
|