ShapeField::OnClick Method (DiagramPointEventArgs^)

 

Alerts listeners when the user has clicked a shape field.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual void OnClick(
	DiagramPointEventArgs^ e
)

Parameters

e
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramPointEventArgs^

The arguments to use when an event over a point on the diagram has occurred.

Return to top
Show: