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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.