C# Class Misuzilla.Applications.AppleWirelessKeyboardHelper.AppleKeyboardEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: mayuki/AppleWirelessKeyboardHelper Class Usage Examples

Public Properties

Property Type Description
AppleKeyState AppleKeyboardKeys
Handled System.Boolean
Key Keys
KeyEventStruct Win32.KeyboardHookEventStruct

Public Methods

Method Description
AppleKeyboardEventArgs ( AppleKeyboardKeys appleKeyState, Keys key, Win32 keyEventStruct ) : System

Method Details

AppleKeyboardEventArgs() public method

public AppleKeyboardEventArgs ( AppleKeyboardKeys appleKeyState, Keys key, Win32 keyEventStruct ) : System
appleKeyState AppleKeyboardKeys
key Keys
keyEventStruct Win32
return System

Property Details

AppleKeyState public_oe property

public AppleKeyboardKeys AppleKeyState
return AppleKeyboardKeys

Handled public_oe property

public Boolean,System Handled
return System.Boolean

Key public_oe property

public Keys Key
return Keys

KeyEventStruct public_oe property

public Win32.KeyboardHookEventStruct,Misuzilla.Applications.AppleWirelessKeyboardHelper KeyEventStruct
return Win32.KeyboardHookEventStruct