Click or drag to resize

YHotKeyEventArgs Constructor

Create a new YHotKeyEventArgs.

Namespace: Upsilon.Common.Forms
Assembly: Upsilon.Common.Forms (in Upsilon.Common.Forms.dll) Version: 2.3.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax
C#
public YHotKeyEventArgs(
	Keys key,
	KeyModifiers modifiers
)

Parameters

key  Keys
The key.
modifiers  KeyModifiers
The modifiers.
See Also