FlyoutBaseClosingEventArgs
FlyoutBaseClosingEventArgs
FlyoutBaseClosingEventArgs
FlyoutBaseClosingEventArgs
Class
Definition
Provides data for the FlyoutBase.Closing event
public : sealed class FlyoutBaseClosingEventArgs : IFlyoutBaseClosingEventArgspublic sealed class FlyoutBaseClosingEventArgs : IFlyoutBaseClosingEventArgsPublic NotInheritable Class FlyoutBaseClosingEventArgs Implements IFlyoutBaseClosingEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Remarks
Available starting in Windows 10, version 1607.
Properties
Cancel Cancel Cancel Cancel
Gets or sets a value that indicates whether the flyout should be prevented from closing.
public : PlatForm::Boolean Cancel { get; set; }public bool Cancel { get; set; }Public ReadWrite Property Cancel As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
true to prevent the flyout from closing; otherwise, false.
Remarks
Available starting in Windows 10, version 1607.