BasicDesignerLoader.OnModifying Method

Definition

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.

Applies to