Alerts listeners when the user has released the mouse button over a shape field.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Overridable Sub OnMouseUp ( _
e As DiagramMouseEventArgs _
)
'使用
Dim instance As ShapeField
Dim e As DiagramMouseEventArgs
instance.OnMouseUp(e)
public virtual void OnMouseUp(
DiagramMouseEventArgs e
)
public:
virtual void OnMouseUp(
DiagramMouseEventArgs^ e
)
public function OnMouseUp(
e : DiagramMouseEventArgs
)
Parameters
e
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramMouseEventArgsThe arguments to use when the mouse is released over a shape field.
Permissions
- 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.