Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Delegate for handling key press events.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Delegate Sub DiagramKeyPressEventHandler ( _
sender As Object, _
e As DiagramKeyPressEventArgs _
)
public delegate void DiagramKeyPressEventHandler(
Object sender,
DiagramKeyPressEventArgs e
)
public delegate void DiagramKeyPressEventHandler(
Object^ sender,
DiagramKeyPressEventArgs^ e
)
type DiagramKeyPressEventHandler =
delegate of
sender:Object *
e:DiagramKeyPressEventArgs -> unit
JScript does not support delegates.
Parameters
- sender
Type: System.Object