DynamicOverflowItemsChangingEventArgs.Action Property

Definition

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

public:
 property CommandBarDynamicOverflowAction Action { CommandBarDynamicOverflowAction get(); };
CommandBarDynamicOverflowAction Action();
public CommandBarDynamicOverflowAction Action { get; }
var commandBarDynamicOverflowAction = dynamicOverflowItemsChangingEventArgs.action;
Public ReadOnly Property Action As CommandBarDynamicOverflowAction

Property Value

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

Applies to