DynamicOverflowItemsChangingEventArgs Class

Definition

Provides data for the CommandBar.DynamicOverflowItemsChanging event.

public ref class DynamicOverflowItemsChangingEventArgs sealed
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DynamicOverflowItemsChangingEventArgs final
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DynamicOverflowItemsChangingEventArgs
Public NotInheritable Class DynamicOverflowItemsChangingEventArgs
Inheritance
Object Platform::Object IInspectable DynamicOverflowItemsChangingEventArgs
Attributes

Constructors

DynamicOverflowItemsChangingEventArgs()

Initializes a new instance of the DynamicOverflowItemsChangingEventArgs class.

Properties

Action

Gets a value that indicates whether items were added to or removed from the CommandBar overflow menu.

Applies to