FlyoutCommand Constructors
Provides buttons for FlyoutAction objects.Name | Parameters | Description |
---|---|---|
FlyoutCommand() | none | Initializes a new FlyoutCommand class instance with default settings. |
FlyoutCommand(Func<Boolean>, Action) | canExecute, execute | Initializes a new FlyoutCommand class instance with specific settings. |
FlyoutCommand(Predicate<Flyout>, Action<Flyout>) | canExecute, execute | Initializes a new instance of the FlyoutCommand class with the specified settings. |
See Also