Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 764 Bytes

splitview_paneclosing.md

File metadata and controls

29 lines (19 loc) · 764 Bytes
-api-id -api-type
E:Microsoft.UI.Xaml.Controls.SplitView.PaneClosing
winrt event

Microsoft.UI.Xaml.Controls.SplitView.PaneClosing

-description

Occurs when the SplitView pane is closing.

-xaml-syntax

      <SplitView PaneClosing="eventhandler"/>
    

-remarks

Set the SplitViewPaneClosingEventArgs.Cancel property to true in a handler for this event in order to cancel a SplitView pane closing action.

-examples

-see-also

PaneClosed