SplitViewPaneClosingEventArgs Class

Definition

Provides event data for the SplitView.PaneClosing event.

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

Properties

Cancel

Gets or sets a value that indicates whether the pane closing action should be canceled.

Applies to