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.
ItemsChangedEventArgs(Integer) Constructor
Definition
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
Initializes a new instance of the ItemsChangedEventArgs class with the TotalItems property set to totalItems that defaults to -1.
public ItemsChangedEventArgs(int totalItems = -1)
{
TotalItems = totalItems;
}
Parameters
totalItems Integer
The total number of items that have changed. This parameter is optional and defaults to -1 if not provided.
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