DiagramView.OnWatermarkCreated 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.
Called after the watermark for this view has been created. Override this method to provide custom behavior, like adding particular links to the Watermark (it derives from the WinForms LinkLabel control).
protected:
virtual void OnWatermarkCreated();
protected virtual void OnWatermarkCreated ();
abstract member OnWatermarkCreated : unit -> unit
override this.OnWatermarkCreated : unit -> unit
Protected Overridable Sub OnWatermarkCreated ()