DiagramWatermark::OnInvalidated Method (InvalidateEventArgs^)

 

Override OnInvalidated to check whether we should hide watermark when a new element added to the diagram.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
virtual void OnInvalidated(
	InvalidateEventArgs^ e
) override

Parameters

e
Type: System.Windows.Forms::InvalidateEventArgs^

Invalidate event args.

Return to top
Show: