NodeShape::OnKeyDown Method (DiagramKeyEventArgs^)

 

Alerts listeners that a key is being held down.

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
) override

Parameters

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

The arguments to use when a key on the diagram is being held down.

Return to top
Show: