示例#1
0
 CommandBarDynamicOverflowAction IDynamicOverflowItemsChangingEventArgsResolver.Action(DynamicOverflowItemsChangingEventArgs e) => e.Action;
示例#2
0
 /// <summary>
 /// Gets a value that indicates whether items were added to or removed from the <see cref="CommandBar"/> overflow menu.
 /// </summary>
 /// <param name="e">The requested <see cref="DynamicOverflowItemsChangingEventArgs"/>.</param>
 /// <returns>
 /// A value that indicates whether items were added to or removed from the <see cref="CommandBar"/> overflow action.
 /// </returns>
 public static CommandBarDynamicOverflowAction Action(this DynamicOverflowItemsChangingEventArgs e) => Resolver.Action(e);