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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.