ContextMenuInfo Constructors
Provides basic information about the context menu.Name | Parameters | Description |
---|---|---|
ContextMenuInfo(Object, ContextMenuRequestedEventArgs, String, FlyoutSettingsBase) | menuContent, args, header, settings | Initializes a new instance of the ContextMenuInfo class with specified settings. |
ContextMenuInfo(Object, ContextMenuRequestedEventArgs) | menuContent, args | Initializes a new instance of the ContextMenuInfo class with specified settings. |
ContextMenuInfo(Object, UIElement, Object, String, FlyoutSettingsBase, Point) | menuContent, target, targetDataContext, header, settings, targetPosition | Initializes a new instance of the ContextMenuInfo class with specified settings. |
See Also