ShapeField::OnKeyDown Method (DiagramKeyEventArgs^)

 

Alerts listeners when the user has held down a key when pointing to 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 OnKeyDown(
	DiagramKeyEventArgs^ e
)

Parameters

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

The arguments to use when a key is held down.

Return to top
Show: