ShapeElement.OnPaintFeedback(DiagramPaintEventArgs) 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.
Draws the drag/drop feedback when this ShapeElement (or possibly one of its descendents) is under the mouse. This is called by the control's OnPaint().
public:
virtual void OnPaintFeedback(Microsoft::VisualStudio::Modeling::Diagrams::DiagramPaintEventArgs ^ e);
public virtual void OnPaintFeedback (Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs e);
abstract member OnPaintFeedback : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs -> unit
override this.OnPaintFeedback : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs -> unit
Public Overridable Sub OnPaintFeedback (e As DiagramPaintEventArgs)
Parameters
A DiagramPaintEventArgs that contains event data.