ShapeElement.OnPaintFeedback Method
Called when drag-and-drop feedback is painted.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Overridable Sub OnPaintFeedback ( _
e As DiagramPaintEventArgs _
)
public virtual void OnPaintFeedback(
DiagramPaintEventArgs e
)
public:
virtual void OnPaintFeedback(
DiagramPaintEventArgs^ e
)
abstract OnPaintFeedback :
e:DiagramPaintEventArgs -> unit
override OnPaintFeedback :
e:DiagramPaintEventArgs -> unit
public function OnPaintFeedback(
e : DiagramPaintEventArgs
)
Parameters
e
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgsDetails of the event
Remarks
This is called by OnPaint.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.