C# Class Flash.PSKeyEventArgs

Inheritance: System.EventArgs
Show file Open project: jrowberg/bglib

Public Properties

Property Type Description
key System.UInt16
value Byte[]

Public Methods

Method Description
PSKeyEventArgs ( UInt16 key, Byte value )

Method Details

PSKeyEventArgs() public method

public PSKeyEventArgs ( UInt16 key, Byte value )
key System.UInt16
value Byte

Property Details

key public property

public UInt16,System key
return System.UInt16

value public property

public Byte[] value
return Byte[]