BasicDesignerLoader.OnModifying 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 the state of the document is about to be modified.
protected:
virtual void OnModifying();
protected virtual void OnModifying ();
abstract member OnModifying : unit -> unit
override this.OnModifying : unit -> unit
Protected Overridable Sub OnModifying ()
Remarks
The OnModifying method is called in response to a component changing, adding, or removing event which indicates that the designer is about to be modified. You can implement source code control by overriding this method. A call to OnModifying does not mean that the Modified property will later be set to true
; it merely indicates an intention to do so.