ButtonChangedEventArgs Constructor FtMscLibExNet for .NET framework 4
Support for fischertechnik TX-controller

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

Button Changed Arguments

Namespace: FischerTechnik.FtMscLib.Events
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
Syntax

public ButtonChangedEventArgs(
	uint devId,
	uint buttonId,
	uint duration,
	bool pressed
)

Parameters

devId
Type: System UInt32
Index device
buttonId
Type: System UInt32

[Missing <param name="buttonId"/> documentation for "M:FischerTechnik.FtMscLib.Events.ButtonChangedEventArgs.#ctor(System.UInt32,System.UInt32,System.UInt32,System.Boolean)"]

duration
Type: System UInt32

[Missing <param name="duration"/> documentation for "M:FischerTechnik.FtMscLib.Events.ButtonChangedEventArgs.#ctor(System.UInt32,System.UInt32,System.UInt32,System.Boolean)"]

pressed
Type: System Boolean

[Missing <param name="pressed"/> documentation for "M:FischerTechnik.FtMscLib.Events.ButtonChangedEventArgs.#ctor(System.UInt32,System.UInt32,System.UInt32,System.Boolean)"]

Remarks

See Also

Reference