Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the LeaveShapeEventArgs class.
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 Sub New ( _
shape As ShapeElement, _
pointArgs As DiagramPointEventArgs, _
diagramClientView As DiagramClientView _
)
public LeaveShapeEventArgs(
ShapeElement shape,
DiagramPointEventArgs pointArgs,
DiagramClientView diagramClientView
)
public:
LeaveShapeEventArgs(
ShapeElement^ shape,
DiagramPointEventArgs^ pointArgs,
DiagramClientView^ diagramClientView
)
new :
shape:ShapeElement *
pointArgs:DiagramPointEventArgs *
diagramClientView:DiagramClientView -> LeaveShapeEventArgs
public function LeaveShapeEventArgs(
shape : ShapeElement,
pointArgs : DiagramPointEventArgs,
diagramClientView : DiagramClientView
)
Parameters
shape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElementThe ShapeElement that the mouse cursor left.
pointArgs
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgsA DiagramPointEventArgs that will be used to initialize this instance.
diagramClientView
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientViewThe DiagramClientView that the LeaveShapeEventArgs originated from.
.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.