Usages of InputModeEventArgs
Method Return Values
| createInputModeEventArgs () | in DropInputMode | Helper method that yields a suitably configured InputModeEventArgs for this input mode. | |
| createInputModeEventArgs () | in HandleInputMode | Helper method that yields a suitably configured InputModeEventArgs for this input mode. | |
| createInputModeEventArgs (IInputModeContext) | in InputModeBase | Helper method that yields a suitably configured InputModeEventArgs for this input mode. | |
| createInputModeEventArgs (IInputModeContext) | in MultiplexingInputMode | Helper method that yields a suitably configured InputModeEventArgs for this input mode. |
Method Parameters
Extending Types
| ClickEventArgs | Event arguments used by clicked and handleClick. | |
| CollectSnapReferencesEventArgs | Event arguments for the collect-snap-references event. | |
| CollectSnapResultsEventArgs | Event arguments for the collect-snap-results event. | |
| HoveredItemChangedEventArgs | Event argument class containing information about which IModelItem the mouse is currently hovering over. | |
| InputModeItemEventArgs | Event argument that is used by events that indicate creation or change of an item which is triggered by IInputMode implementations. | |
| ItemsEventArgs | Event argument class that is used by events that are triggered by IInputMode implementations and affect various graph items. | |
| LabelEditingEventArgs | Event arguments for the query-label-adding and query-label-editing events, as well as the IEditLabelHelper interface. | |
| LabelTextValidatingEventArgs | Event arguments for label text validation. | |
| LassoSelectionEventArgs | Event arguments used by LassoSelectionInputMode. | |
| MarqueeSelectionEventArgs | Event arguments used by MarqueeSelectionInputMode. | |
| QueryClosestHandleEventArgs | Event argument that can be used to query the IHandle that is closest to the given location in world coordinate space. | |
| QueryPositionHandlerEventArgs | Event argument that is used to query the IPositionHandler that is used to move the items while dragging via MoveInputMode. | |
| QueryToolTipEventArgs | Event argument that can be used to query the text to display when the mouse hovers over the given point in world coordinate space. | |
| SelectionEventArgs | Event arguments that are used when modifying an IObservableCollection<T> in the context of IGraphSelections. | |
| TextEventArgs | Event arguments used by TextEditorInputMode. | |
| PopulateContextMenuEventArgs | Event arguments for the populate-menu event. |