Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
Implements IItemsChangedEventArgs
The ItemsChangedEventArgs class is used to represent the event arguments for the items changed event in the Command Palette Extensions Toolkit. It contains information about the total number of items that have changed.
Constructors
| Constructor | Description |
|---|---|
| ItemsChangedEventArgs(Integer) | Initializes a new instance of the ItemsChangedEventArgs class with the specified total number of items. |
Properties
| Property | Type | Description |
|---|---|---|
| TotalItems | Integer | Gets the total number of items that have changed. This property is read-only. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Windows developer