public interface ISelectionModel : INotifyPropertyChangedPublic Interface ISelectionModel
Inherits INotifyPropertyChangedtype ISelectionModel =
interface
interface INotifyPropertyChanged
end| BeginBatchUpdate | |
| Clear | |
| Deselect(Int32) | |
| DeselectRange(Int32, Int32) | |
| EndBatchUpdate | |
| IsSelected(Int32) | |
| Select(Int32) | |
| SelectAll | |
| SelectRange(Int32, Int32) |
| IndexesChanged | |
| LostSelection | |
| PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged) |
| SelectionChanged | |
| SourceReset |
| BatchUpdate | (Defined by SelectionModelExtensions) |