protected internal virtual void OnPaneClosing( Pane pane, CancelRoutedEventArgs e )
Protected Friend Overridable Sub OnPaneClosing( _ ByVal pane As Pane, _ ByVal e As CancelRoutedEventArgs _ )
Parameters
- pane
- The Pane being closed.
- e
- The event data associated with the closing event. Set the Cancel property to false to cancel the action.