Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 586 Bytes

splitviewpaneclosingeventargs_cancel.md

File metadata and controls

23 lines (16 loc) · 586 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.SplitViewPaneClosingEventArgs.Cancel
winrt property

Microsoft.UI.Xaml.Controls.SplitViewPaneClosingEventArgs.Cancel

-description

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

-property-value

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.

-examples

-see-also