DynamicOverflowItemsChangingEventArgs.Action Property
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.
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.