SelectionChangeEventArgs Interface
Deprecated in 5.0 - will not be removed until after 2026-06-13. Use StorageSelectionChangeEventArgs from @itwin/unified-selection package instead.
The event object that's sent when the selection changes.
Properties
| Name | Type | Description | |
|---|---|---|---|
| changeType | SelectionChangeType | The selection change type. | |
| imodel | IModelConnection | iModel connection with which the selection is associated with. | |
| keys | Readonly<KeySet> | Set of keys affected by this selection change event. | |
| level | number | Level of the selection. | |
| rulesetId | string | undefined | Id of the ruleset associated with the selection change. | |
| source | string | The name of the selection source which caused the selection change. | |
| timestamp | Date | The timestamp of when the selection change happened |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.