Specialized EventArgs that is used for dynamic IInputHandler registration.
Inheritance Hierarchy
Members
No filters for this type
Constructors
Parameters
- context: IParseContext
- The current parse context.
- keyDefinition: Element
- The current key definition
- handlers: IList<IInputHandler>
- Stores the registered IInputHandler instances.
Properties
Gets the IParseContext instance that can be queried for further information.
Gets the IParseContext instance that can be queried for further information.
readonlyfinal
This is automatically set by calling addInputHandler, so it should be seldom necessary to set this property manually.
final
See Also
Developer's Guide
Gets the IInputHandlers that have been registered on this event argument instance so far.
Gets the IInputHandlers that have been registered on this event argument instance so far.
readonlyfinal
This XML element should be queried to determine if an IInputHandler should be registered with addInputHandler
readonlyfinal
Methods
Register an IInputHandler instance for the current keyDefinition.
Register an IInputHandler instance for the current keyDefinition.
Calling this method automatically sets handled to
true.final
Parameters
- handler: IInputHandler
See Also
Developer's Guide