C# Class Misuzilla.Applications.AppleWirelessKeyboardHelper.KeyEventArgs

Inheritance: System.EventArgs
Show file Open project: mayuki/AppleWirelessKeyboardHelper

Public Properties

Property Type Description
AppleKeyboardKey AppleKeyboardKeys
IsPowerButtonDown System.Boolean

Public Methods

Method Description
KeyEventArgs ( System.Boolean isPowerButtonDown, AppleKeyboardKeys appleKeyboardKey ) : System

Method Details

KeyEventArgs() public method

public KeyEventArgs ( System.Boolean isPowerButtonDown, AppleKeyboardKeys appleKeyboardKey ) : System
isPowerButtonDown System.Boolean
appleKeyboardKey AppleKeyboardKeys
return System

Property Details

AppleKeyboardKey public property

public AppleKeyboardKeys AppleKeyboardKey
return AppleKeyboardKeys

IsPowerButtonDown public property

public Boolean,System IsPowerButtonDown
return System.Boolean