Share via


BuildableItemsChangedEventArgs Class

Definition

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

Name Description
BuildableItemsChangedEventArgs(IReadOnlyList<String>, IReadOnlyList<BuildableItem>)

Initializes a new instance of the BuildableItemsChangedEventArgs class.

Properties

Name Description
RemovedBuildableItemIds

Gets the list of buildable items that have been removed.

UpdatedBuildableItems

Gets the list of buildable items that have changed.

Applies to