ScreenCaptureHotkeyCallback Delegate
Summary
Indicates which method will handle the HotKey pressed by the user.
Syntax
public delegate bool ScreenCaptureHotkeyCallback(
Keys hotkey
)
Public Delegate Function ScreenCaptureHotkeyCallback( _
ByVal hotkey As Keys _
) As Boolean
public delegate bool ScreenCaptureHotkeyCallback(
Keys hotkey
)
Parameters
hotkey
Holds the key code for the key that was pressed.