Usages of IInputHandler
Properties
handlers | in QueryInputHandlersEventArgs | Gets the IInputHandlers that have been registered on this event argument instance so far. |
Method Return Values
create () | in IInputHandler |
Method Parameters
QueryInputHandlersEventArgs (IParseContext, Element, IList<IInputHandler>) | in QueryInputHandlersEventArgs | Create a new instance. | |
addInputHandler (IInputHandler) | in QueryInputHandlersEventArgs | Register an IInputHandler instance for the current keyDefinition. |
Implementing Types
InputHandlerBase | An abstract base implementation of the IInputHandler interface. |