ShapeSubField::OnKeyDown Method (DiagramKeyEventArgs^)

 

Called when a key is pressed. To be called, this ShapeSubField must be the focused ShapeSubField in the selection.

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^

A DiagramKeyEventArgs that contains event data.

Return to top
Show: