BuildableItemsChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about buildable items.
public ref class BuildableItemsChangedEventArgs : EventArgs
public class BuildableItemsChangedEventArgs : EventArgs
type BuildableItemsChangedEventArgs = class
inherit EventArgs
Public Class BuildableItemsChangedEventArgs
Inherits EventArgs
- Inheritance
-
BuildableItemsChangedEventArgs
Constructors
BuildableItemsChangedEventArgs(IReadOnlyList<String>, IReadOnlyList<BuildableItem>) |
Initializes a new instance of the BuildableItemsChangedEventArgs class. |
Properties
RemovedBuildableItemIds |
Gets the list of buildable items that have been removed. |
UpdatedBuildableItems |
Gets the list of buildable items that have changed. |