BasicDesignerLoader.OnBeginUnload 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.
Notifies the designer loader that unloading is about to begin.
protected:
virtual void OnBeginUnload();
protected virtual void OnBeginUnload ();
abstract member OnBeginUnload : unit -> unit
override this.OnBeginUnload : unit -> unit
Protected Overridable Sub OnBeginUnload ()
Remarks
The OnBeginUnload method is invoked when the designer loader is about to unload the document.
The document may be unloaded in preparation for reloading, or if the document failed to load. If you added document-specific services in OnBeginLoad or OnEndLoad, remove them here.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.