Class NotifyInputEventArgs
- Namespace
- GHIElectronics.Endpoint.UI.Input
- Assembly
- GHIElectronics.Endpoint.UI.dll
Provides information about an input event being processed by the input manager.
public class NotifyInputEventArgs : EventArgs
- Inheritance
-
NotifyInputEventArgs
- Derived
- Inherited Members
Remarks
An instance of this class, or a derived class, is passed to the handlers of the following events:
Fields
StagingItem
The staging area input item being processed by the input manager.
public readonly StagingAreaInputItem StagingItem