ShapeField.OnKeyDown Method
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'宣言
Public Overridable Sub OnKeyDown ( _
e As DiagramKeyEventArgs _
)
public virtual void OnKeyDown(
DiagramKeyEventArgs e
)
public:
virtual void OnKeyDown(
DiagramKeyEventArgs^ e
)
abstract OnKeyDown :
e:DiagramKeyEventArgs -> unit
override OnKeyDown :
e:DiagramKeyEventArgs -> unit
public function OnKeyDown(
e : DiagramKeyEventArgs
)
Parameters
- e
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramKeyEventArgs
The arguments to use when a key is held down.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.