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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.