DiagramClientView::OnKeyUp Method (KeyEventArgs^)

 

Dispatches the KeyUp event to the appropriate diagram objects.

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

protected:
virtual void OnKeyUp(
	KeyEventArgs^ e
) override

Parameters

e
Type: System.Windows.Forms::KeyEventArgs^

A KeyEventArgs that contains the event data.

Return to top
Show: