Skip to main content

DeviceEvents Class

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

No description available.

public class DeviceEvents : DispatcherObject

Events

PreProcessInput

public event PreProcessInputEventHandler PreProcessInput

Subscribe for all input before it is processed

PreNotifyInput

public event NotifyInputEventHandler PreNotifyInput

Subscribe for all input before it is notified

PostNotifyInput

public event NotifyInputEventHandler PostNotifyInput

Subscribe to all input after it is notified

PostProcessInput

public event ProcessInputEventHandler PostProcessInput

subscribe to all input after it is processed