[This is preliminary documentation and is subject to change.]

Parametry bufferované události tlačítka

Namespace: Tools.Experimental.DevicesT.JoystickT
Assembly: Tools Experimental (in Tools Experimental.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class BufferedButtonEventArgs : ButtonEventArgs
Visual Basic
Public Class BufferedButtonEventArgs _
	Inherits ButtonEventArgs
Visual C++
public ref class BufferedButtonEventArgs : public ButtonEventArgs
F#
type BufferedButtonEventArgs =  
    class
        inherit ButtonEventArgs
    end
JScript
public class BufferedButtonEventArgs extends ButtonEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Tools.Experimental.DevicesT.JoystickT..::..ButtonEventArgs
      Tools.Experimental.DevicesT.JoystickT..::..BufferedButtonEventArgs

See Also