18 this.OldIndex = oldIndex;
19 this.OldItem = oldItem;
20 this.OldStateKey = oldStateKey;
21 this.NewIndex = newIndex;
22 this.NewItem = newItem;
23 this.NewStateKey = newStateKey;
26 public int OldIndex {
get; }
28 public object? OldItem {
get; }
30 public string? OldStateKey {
get; }
32 public int NewIndex {
get; }
34 public object? NewItem {
get; }
36 public string? NewStateKey {
get; }
Provides data for the ViewSwitcher.SelectionChanged event.