Skip to main content

GenericEventArgs Class

Namespace: GHIElectronics.TinyCLR.UI.Input · Assembly: GHIElectronics.TinyCLR.UI

No description available.

public class GenericEventArgs : InputEventArgs

Constructors

GenericEventArgs(InputDevice inputDevice, GenericEvent genericEvent)

public GenericEventArgs(InputDevice inputDevice, GenericEvent genericEvent) : base(inputDevice, genericEvent.Time)

No description available.

ParameterTypeDescription
inputDeviceInputDevice
genericEventGenericEvent

Fields

InternalEvent

public readonly GenericEvent InternalEvent

No description available.