NavigationWindow.OnClosed(EventArgs) Method

Definition

Raises the Closed event.

protected:
 override void OnClosed(EventArgs ^ args);
protected override void OnClosed (EventArgs args);
override this.OnClosed : EventArgs -> unit
Protected Overrides Sub OnClosed (args As EventArgs)

Parameters

args
EventArgs

An EventArgs that contains the event data.

Remarks

OnClosed releases the NavigationService object that it is using to manage navigation, before raising Closed event.

Applies to