DynamicOverflowItemsChangingEventArgs
DynamicOverflowItemsChangingEventArgs
DynamicOverflowItemsChangingEventArgs
DynamicOverflowItemsChangingEventArgs
Class
Definition
Provides data for the CommandBar.DynamicOverflowItemsChanging event.
public : sealed class DynamicOverflowItemsChangingEventArgs : IDynamicOverflowItemsChangingEventArgspublic sealed class DynamicOverflowItemsChangingEventArgs : IDynamicOverflowItemsChangingEventArgsPublic NotInheritable Class DynamicOverflowItemsChangingEventArgs Implements IDynamicOverflowItemsChangingEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Constructors
DynamicOverflowItemsChangingEventArgs() DynamicOverflowItemsChangingEventArgs() DynamicOverflowItemsChangingEventArgs() DynamicOverflowItemsChangingEventArgs()
Initializes a new instance of the DynamicOverflowItemsChangingEventArgs class.
public : DynamicOverflowItemsChangingEventArgs()public DynamicOverflowItemsChangingEventArgs()Public Sub New()// This API is not available in Javascript.
Properties
Action Action Action Action
Gets a value that indicates whether items were added to or removed from the CommandBar overflow menu.
public : CommandBarDynamicOverflowAction Action { get; }public CommandBarDynamicOverflowAction Action { get; }Public ReadOnly Property Action As CommandBarDynamicOverflowAction// This API is not available in Javascript.
- Value
- CommandBarDynamicOverflowAction CommandBarDynamicOverflowAction CommandBarDynamicOverflowAction CommandBarDynamicOverflowAction
A value that indicates whether items were added to or removed from the CommandBar overflow menu.