FlyoutBaseClosingEventArgs Class

Definition

Provides data for the FlyoutBase.Closing event

public ref class FlyoutBaseClosingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FlyoutBaseClosingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FlyoutBaseClosingEventArgs
Public NotInheritable Class FlyoutBaseClosingEventArgs
Inheritance
Object Platform::Object IInspectable FlyoutBaseClosingEventArgs
Attributes

Properties

Cancel

Gets or sets a value that indicates whether the flyout should be prevented from closing.

Applies to