Holds data for the IndexesChanged event.
public class TreeSelectionModelIndexesChangedEventArgs : EventArgs
kind:method, kind:property, kind:ctor. Press Esc to clear.DeltaGets the delta of the change; i.e. the number of indexes added or removed.EndIndexGets the exclusive end index of the range of indexes that changed.ParentIndexGets the index of the parent item.StartIndexGets the inclusive start index of the range of indexes that changed.