ShapeSubField::OnKeyPress Method (DiagramKeyPressEventArgs^)

 

Called between a key down and key up. 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 OnKeyPress(
	DiagramKeyPressEventArgs^ e
)

Parameters

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

A DiagramKeyPressEventArgs that contains event data.

Return to top
Show: