MouseAction.DoPaintFeedback(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.
Called by the DiagramClientView to paint the feedback for the MouseAction.
public:
virtual void DoPaintFeedback(Microsoft::VisualStudio::Modeling::Diagrams::DiagramPaintEventArgs ^ e);
public virtual void DoPaintFeedback (Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs e);
abstract member DoPaintFeedback : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs -> unit
override this.DoPaintFeedback : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs -> unit
Public Overridable Sub DoPaintFeedback (e As DiagramPaintEventArgs)
Parameters
A DiagramPaintEventArgs that contains event data.