'Usage Dim keyData As Keys Dim handled As Boolean Dim instance As New DialogKeyEventArgs(keyData, handled)
Parameters
- keyData
- Key data for the key the user pressed
- handled
- Whether the event was handled
'Usage Dim keyData As Keys Dim handled As Boolean Dim instance As New DialogKeyEventArgs(keyData, handled)