DialogWindowBase.OnClosed(EventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handles the disposing of resources when the window closes.
protected:
override void OnClosed(EventArgs ^ e);
protected override void OnClosed (EventArgs e);
override this.OnClosed : EventArgs -> unit
Protected Overrides Sub OnClosed (e As EventArgs)
Parameters
The event arguments.