SplitViewPaneClosingEventArgs SplitViewPaneClosingEventArgs SplitViewPaneClosingEventArgs SplitViewPaneClosingEventArgs Class

Definition

Provides event data for the SplitView.PaneClosing event.

public : sealed class SplitViewPaneClosingEventArgs : ISplitViewPaneClosingEventArgspublic sealed class SplitViewPaneClosingEventArgs : ISplitViewPaneClosingEventArgsPublic NotInheritable Class SplitViewPaneClosingEventArgs Implements ISplitViewPaneClosingEventArgs// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

Cancel Cancel Cancel Cancel

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

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 cancel the pane closing action; otherwise, false.

Remarks

Set this property to true in an event handler in order to cancel a SplitView pane closing action.