Usages of EventArgs
Properties
| beginRecognizer | in CreateBendInputMode | Gets or sets the event recognizer that determines when the user begins bend creation. | |
| beginRecognizerTouch | in CreateBendInputMode | Gets or sets an event recognizer that determines when the user begins bend creation via TOUCH input. | |
| finishRecognizer | in CreateBendInputMode | Gets or sets the event recognizer that determines when the user has finished bend creation. | |
| finishRecognizerTouch | in CreateBendInputMode | Gets or sets the event recognizer that determines when the user has finished bend creation via TOUCH input. | |
| moveRecognizer | in CreateBendInputMode | Gets or sets the event recognizer that determines when the user is moving the new bend. | |
| moveRecognizerTouch | in CreateBendInputMode | Gets or sets the event recognizer that determines when the user moves the new bend via TOUCH input. | |
| splitOrthogonalSegmentRecognizer | in CreateBendInputMode | Gets or sets an event recognizer that determines whether the bend creation should be treated as a split segment operation. | |
| validBeginRecognizer | in CreateBendInputMode | Gets or sets the event recognizer that determines whether the current location is valid to begin a bend creation gesture. | |
| beginRecognizer | in CreateEdgeInputMode | Gets or sets the event recognizer that recognizes the start gesture that is used to prepare the edge creation on the start node or edge. | |
| beginRecognizerTouch | in CreateEdgeInputMode | Gets or sets the event recognizer that recognizes the touch gesture that is used to prepare the edge creation on the start node. | |
| cancelRecognizer | in CreateEdgeInputMode | Gets or sets the event recognizer that determines whether to cancel edge creation. | |
| cancelRecognizerTouch | in CreateEdgeInputMode | Gets or sets the event recognizer that determines whether to cancel edge creation via touch. | |
| createBendRecognizer | in CreateEdgeInputMode | Gets or sets the event recognizer that determines whether to create a bend. | |
| createBendRecognizerTouch | in CreateEdgeInputMode | Gets or sets the event recognizer that determines whether to create a bend via touch. | |
| directionalConstraintRecognizer | in CreateEdgeInputMode | Gets or sets the event recognizer that constrains the current edge segment to be orthogonal or diagonal. | |
| disableSnappingRecognizer | in CreateEdgeInputMode | Gets or sets the event recognizer that temporarily disables snapping. | |
| enableSnappingRecognizer | in CreateEdgeInputMode | Gets or sets the event recognizer that re-enables temporarily disabled snapping. | |
| endPointMoveRecognizer | in CreateEdgeInputMode | Gets or sets the event recognizer that recognizes the movement of the end point of the edge. | |
| enforceBendCreationRecognizer | in CreateEdgeInputMode | Gets or sets the event recognizer that will be queried to decide if bend creation is enforced. | |
| finishRecognizer | in CreateEdgeInputMode | Gets or sets the event recognizer that recognizes the finishing gesture that is used to end the edge creation on the end node. | |
| finishRecognizerTouch | in CreateEdgeInputMode | Gets or sets the event recognizer that recognizes the touch gesture that is used to end the edge creation on the end node. | |
| moveRecognizer | in CreateEdgeInputMode | Gets or sets the event recognizer that recognizes the initial gesture that is used to initiate the creation after the preparation. | |
| moveRecognizerTouch | in CreateEdgeInputMode | Gets or sets the event recognizer that recognizes the touch gesture that is used to initiate the edge creation after the preparation. | |
| portCandidateResolutionRecognizer | in CreateEdgeInputMode | Gets or sets the event recognizer that determines whether dynamic port candidates should be resolved. | |
| removeBendRecognizer | in CreateEdgeInputMode | Gets or sets the event recognizer that determines whether to remove the last created bend. | |
| removeBendRecognizerTouch | in CreateEdgeInputMode | Gets or sets the event recognizer that determines whether to remove the last created bend via touch. | |
| startPortOwnerDraggingFinishedRecognizer | in CreateEdgeInputMode | Gets or sets the event recognizer that starts the actual edge creation while dragging. | |
| toggleDirectionRecognizer | in CreateEdgeInputMode | Gets or sets the event recognizer that recognizes gestures which toggle the direction of the created edge. | |
| toggleSegmentOrientationRecognizer | in CreateEdgeInputMode | Gets or sets the event recognizer that toggles the orientation of the first orthogonal segment. | |
| cyclicSelectionRecognizer | in GraphInputMode | Gets or sets the event recognizer that determines if a click or tap should cycle through all the items that are currently under the mouse cursor. | |
| detailSelectionRecognizer | in GraphInputMode | Gets or sets the event recognizer that determines if a click or tap should select the item that is currently visible under the pointer cursor, without giving more important items higher priority. | |
| multiSelectionRecognizer | in GraphInputMode | Gets or sets the event recognizer that determines if a click or tap is deemed a multi-selection gesture. | |
| beginRecognizer | in HandleInputMode | Gets or sets the event recognizer that determines whether to start moving the handle. | |
| beginRecognizerTouch | in HandleInputMode | Gets or sets the event recognizer that determines whether to start moving the handle via TOUCH input. | |
| cancelRecognizer | in HandleInputMode | Gets or sets the event recognizer that determines whether to cancel moving the handle. | |
| clickRecognizer | in HandleInputMode | Gets or sets the event recognizer that determines whether a handle was clicked. | |
| clickRecognizerTouch | in HandleInputMode | Gets or sets the event recognizer that determines whether a handle was tapped via TOUCH input. | |
| directionalConstraintRecognizer | in HandleInputMode | Gets or sets the event recognizer that can be used by handle implementations to constrain the handle movement. | |
| disableSnappingRecognizer | in HandleInputMode | Gets or sets the event recognizer that determines whether to temporarily disable snapping. | |
| enableSnappingRecognizer | in HandleInputMode | Gets or sets the event recognizer that determines whether to re-enable temporarily disabled snapping. | |
| finishRecognizer | in HandleInputMode | Gets or sets the event recognizer that determines whether to finish moving the handle. | |
| finishRecognizerTouch | in HandleInputMode | Gets or sets the event recognizer that determines whether to finish moving the handle via touch. | |
| moveRecognizer | in HandleInputMode | Gets or sets the event recognizer that determines whether to move the handle. | |
| moveRecognizerTouch | in HandleInputMode | Gets or sets the event recognizer that determines whether to move the handle via TOUCH input. | |
| disableSnappingRecognizer | in ItemDropInputMode | Gets or sets the event recognizer that determines whether to disable snapping temporarily. | |
| useParameterFinderRecognizer | in LabelPositionHandler | Gets or sets the recognizer that determines whether the user wants to manually enable the usage of ILabelModelParameterFinder to specify the position for new label. | |
| beginRecognizer | in LassoSelectionInputMode | Gets or sets the event recognizer that determines whether to start drawing the lasso. | |
| beginRecognizerTouch | in LassoSelectionInputMode | Gets or sets the event recognizer that determines whether to start drawing the lasso with TOUCH input. | |
| cancelRecognizer | in LassoSelectionInputMode | Gets or sets the event recognizer that determines whether to cancel lasso selection. | |
| dragFreeHandRecognizer | in LassoSelectionInputMode | Gets or sets the event recognizer that determines whether to drag the lasso free hand. | |
| dragFreeHandRecognizerTouch | in LassoSelectionInputMode | Gets or sets the event recognizer that determines whether to drag the lasso free hand with TOUCH input. | |
| dragSegmentRecognizer | in LassoSelectionInputMode | Gets or sets the event recognizer that determines whether to drag a straight-line segment for the lasso. | |
| dragSegmentRecognizerTouch | in LassoSelectionInputMode | Gets or sets the event recognizer that determines whether to drag a straight-line segment for the lasso with TOUCH input. | |
| endSegmentRecognizer | in LassoSelectionInputMode | Gets or sets the event recognizer that determines whether to end a segment and switch from segment to freehand mode. | |
| endSegmentRecognizerTouch | in LassoSelectionInputMode | Gets or sets the event recognizer that determines whether to end a segment and switch from segment to freehand mode for TOUCH input. | |
| extendSelectionRecognizer | in LassoSelectionInputMode | Gets or sets the event recognizer that determines if a selection is deemed an additive selection gesture, adding to the current selection. | |
| finishRecognizer | in LassoSelectionInputMode | Gets or sets the event recognizer that determines whether to finish the gesture anywhere independent of the finishRadius. | |
| finishRecognizerTouch | in LassoSelectionInputMode | Gets or sets the event recognizer that determines whether to finish the touch gesture anywhere independent of the finishRadius. | |
| finishRegionRecognizer | in LassoSelectionInputMode | Gets or sets the event recognizer that determines whether to finish the gesture when the pointer is within the finishRadius of the startLocation. | |
| finishRegionRecognizerTouch | in LassoSelectionInputMode | Gets or sets the event recognizer that determines whether to finish the touch gesture when the pointer is within the finishRadius of the startLocation. | |
| startSegmentRecognizer | in LassoSelectionInputMode | Gets or sets the event recognizer that determines whether to switch from freehand to segment mode. | |
| startSegmentRecognizerTouch | in LassoSelectionInputMode | Gets or sets a recognizer determining when to switch from freehand to segment mode for TOUCH input. | |
| subtractSelectionRecognizer | in LassoSelectionInputMode | Gets or sets the event recognizer that determines if a selection is deemed a subtractive selection gesture, removing the selection state from the current selection. | |
| toggleSelectionRecognizer | in LassoSelectionInputMode | Gets or sets the event recognizer that determines if a selection is deemed a toggle selection gesture, inverting the selection for the elements in the lasso. | |
| validBeginRecognizer | in LassoSelectionInputMode | Gets or sets the event recognizer that determines whether it is valid to begin drawing the lasso. | |
| beginRecognizer | in MarqueeSelectionInputMode | Gets or sets the event recognizer that determines whether to start creating the marquee. | |
| beginRecognizerTouch | in MarqueeSelectionInputMode | Gets or sets the event recognizer that determines whether to start creating the marquee via touch. | |
| cancelRecognizer | in MarqueeSelectionInputMode | Gets or sets the event recognizer that determines whether to cancel the marquee selection. | |
| extendSelectionRecognizer | in MarqueeSelectionInputMode | Gets or sets the event recognizer that determines if a selection is deemed an additive selection gesture, adding to the current selection. | |
| finishRecognizer | in MarqueeSelectionInputMode | Gets or sets the event recognizer that determines whether to finish creating the marquee. | |
| finishRecognizerTouch | in MarqueeSelectionInputMode | Gets or sets the event recognizer that determines whether to finish creating the marquee via touch. | |
| moveRecognizer | in MarqueeSelectionInputMode | Gets or sets the event recognizer that determines whether to adjust the size of the marquee. | |
| moveRecognizerTouch | in MarqueeSelectionInputMode | Gets or sets the event recognizer that determines whether to adjust the marquee size via touch. | |
| subtractSelectionRecognizer | in MarqueeSelectionInputMode | Gets or sets the event recognizer that determines if a selection is deemed a subtractive selection gesture, removing the selection state from the current selection. | |
| toggleSelectionRecognizer | in MarqueeSelectionInputMode | Gets or sets the event recognizer that determines if a selection is deemed a toggle selection gesture, inverting the selection for the elements in the marquee. | |
| validBeginRecognizer | in MarqueeSelectionInputMode | Gets or sets the event recognizer that determines whether it is valid to begin drawing the marquee. | |
| beginRecognizer | in MoveInputMode | Gets or sets the event recognizer that determines whether to start moving the selection. | |
| beginRecognizerTouch | in MoveInputMode | Gets or sets the event recognizer that determines whether to start moving the selection via TOUCH input. | |
| cancelRecognizer | in MoveInputMode | Gets or sets the event recognizer that determines whether to cancel the move. | |
| directionalConstraintRecognizer | in MoveInputMode | Gets or sets the event recognizer that constrains the current movement to be orthogonal or diagonal. | |
| disableSnappingRecognizer | in MoveInputMode | Gets or sets the event recognizer that determines whether to temporarily disable snapping. | |
| enableSnappingRecognizer | in MoveInputMode | Gets or sets the event recognizer that determines whether to re-enable temporarily disabled snapping. | |
| finishRecognizer | in MoveInputMode | Gets or sets the event recognizer that determines whether to finish moving the selection. | |
| finishRecognizerTouch | in MoveInputMode | Gets or sets the event recognizer that determines whether to finish moving the selection via TOUCH input. | |
| hoverRecognizer | in MoveInputMode | Gets or sets the event recognizer that determines whether the user is hovering over an item where the user can begin a move operation. | |
| moveRecognizer | in MoveInputMode | Gets or sets the event recognizer that determines whether to move the selection. | |
| moveRecognizerTouch | in MoveInputMode | Gets or sets the event recognizer that determines whether to move the selection via TOUCH input. | |
| beginPinchZoomRecognizer | in MoveViewportInputMode | Gets or sets the event recognizer that determines whether to start the 'pinch' gesture with TOUCH input. | |
| beginRecognizer | in MoveViewportInputMode | Gets or sets the event recognizer that determines whether to start moving the viewport. | |
| beginRecognizerTouch | in MoveViewportInputMode | Gets or sets the event recognizer that determines whether to start the 'move viewport' gesture with TOUCH input. | |
| finishPinchZoomRecognizer | in MoveViewportInputMode | Gets or sets the event recognizer that determines whether to finish the pinch zoom gesture or finish the move if no primary device is down. | |
| finishRecognizer | in MoveViewportInputMode | Gets or sets the event recognizer that determines whether to finish moving the viewport. | |
| finishRecognizerTouch | in MoveViewportInputMode | Gets or sets the event recognizer that determines whether to finish the 'move viewport' or 'pinch' gesture with TOUCH input. | |
| moveRecognizer | in MoveViewportInputMode | Gets or sets the event recognizer that determines whether to move the viewport. | |
| moveRecognizerTouch | in MoveViewportInputMode | Gets or sets the event recognizer that determines whether to move the viewport or zoom the canvas with TOUCH input. | |
| pinchZoomRecognizer | in MoveViewportInputMode | Gets or sets the event recognizer that determines whether to zoom the canvas using the 'pinch' gesture or move the viewport if no primary device is down. | |
| validBeginRecognizer | in MoveViewportInputMode | Gets or sets the event recognizer that determines whether it is valid to begin moving the viewport. | |
| centerReshapeRecognizer | in NodeReshapeHandleProvider | Gets or sets the event recognizer that determines if the center of the reshapeable is kept during the reshape gesture. | |
| ratioReshapeRecognizer | in NodeReshapeHandleProvider | Gets or sets the event recognizer that determines if the width/height ratio of the reshapeable is kept during the reshape gesture. | |
| portCandidateResolutionRecognizer | in PortRelocationHandle | Gets or sets the event recognizer that determines whether to resolve a DYNAMIC port candidate. | |
| reparentRecognizer | in ReparentNodeHandler | Gets or sets the event recognizer which is called by isReparentGesture to determine whether to reparent a node. | |
| centerReshapeRecognizer | in ReshapeHandlerHandle | Gets or sets the event recognizer that determines if the center of the reshapeable is kept during the reshape gesture. | |
| ratioReshapeRecognizer | in ReshapeHandlerHandle | Gets or sets the event recognizer that determines if the width/height ratio of the reshapeable is kept during the reshape gesture. | |
| beginRecognizer | in ResizeStripeInputMode | Gets or sets the event recognizer that determines whether to start resizing the stripe. | |
| beginRecognizerTouch | in ResizeStripeInputMode | Gets or sets the event recognizer that determines whether to start resizing the stripe via TOUCH input. | |
| cancelRecognizer | in ResizeStripeInputMode | Gets or sets the event recognizer that determines whether to cancel the resize operation. | |
| finishRecognizer | in ResizeStripeInputMode | Gets or sets the event recognizer that determines whether to finish resizing the stripe. | |
| finishRecognizerTouch | in ResizeStripeInputMode | Gets or sets the event recognizer that determines whether to finish resizing the stripe via TOUCH input. | |
| ignoreContentRecognizer | in ResizeStripeInputMode | Gets or sets the event recognizer that determines whether to ignore the content of all stripes instead of moving them or considering for minimum sizes. | |
| resizeNeighborsRecognizer | in ResizeStripeInputMode | Gets or sets the event recognizer that determines whether to resize adjacent stripes instead of moving them. | |
| resizeRecognizer | in ResizeStripeInputMode | Gets or sets the event recognizer that determines whether to change the stripe size. | |
| resizeRecognizerTouch | in ResizeStripeInputMode | Gets or sets the event recognizer that determines whether to change the stripe size via TOUCH input. | |
| multiSelectionRecognizer | in TableEditorInputMode | Gets or sets the event recognizer that determines whether a click is deemed a multi-selection gesture. | |
| cancelRecognizer | in TextEditorInputMode | Gets or sets the event recognizer that detects when editing the text should be canceled. | |
| lineBreakRecognizer | in TextEditorInputMode | Gets or sets the event recognizer that detects the key gesture for new line breaks. | |
| stopRecognizer | in TextEditorInputMode | Gets or sets the event recognizer to detect when editing the text should be stopped. | |
| centerZoomEventRecognizer | in CanvasComponent | Gets or sets an event recognizer that determines whether zooming with the mouse wheel should zoom to the center of the view instead of the mouse location. | |
| horizontalScrollEventRecognizer | in CanvasComponent | Gets or sets an event recognizer that determines whether the mouse wheel should scroll in horizontal instead of vertical direction. | |
| mouseWheelZoomEventRecognizer | in CanvasComponent | Gets or sets an event recognizer that determines whether turning the mouse wheel should perform zooming instead of scrolling. | |
| noFocusMouseWheelRecognizer | in CanvasComponent | Gets or sets an event recognizer that temporarily enables mouse wheel events. |
Fields
| ALT_DOWN | in EventRecognizers | An event recognizer for the key-down event of the Alt key. | |
| ALT_IS_DOWN | in EventRecognizers | An event recognizer that recognizes when the Alt modifier is active. | |
| ALT_UP | in EventRecognizers | An event recognizer for the key-up event of the Alt key. | |
| ALWAYS | in EventRecognizers | An event recognizer that will always return true; | |
| CTRL_DOWN | in EventRecognizers | An event recognizer for the key-down event of the Control key. | |
| CTRL_IS_DOWN | in EventRecognizers | An event recognizer that recognizes when the Ctrl modifier is active. | |
| CTRL_UP | in EventRecognizers | An event recognizer for the key-up event of the Control key. | |
| ESCAPE_DOWN | in EventRecognizers | An event recognizer for the key down event of the Escape key. | |
| META_DOWN | in EventRecognizers | An event recognizer for the key-down event of the Meta key. | |
| META_IS_DOWN | in EventRecognizers | An event recognizer that recognizes when the Meta modifier is active. | |
| META_UP | in EventRecognizers | An event recognizer for the key-up event of the Meta key. | |
| MOUSE_DOWN | in EventRecognizers | An event recognizer that identifies MOUSE and PEN down events. | |
| MOUSE_DRAG | in EventRecognizers | An event recognizer that identifies MOUSE and PEN drags. | |
| MOUSE_LEFT_CLICK | in EventRecognizers | An event recognizer that identifies clicks with the left mouse button or the PEN. | |
| MOUSE_LEFT_DOUBLE_CLICK | in EventRecognizers | An event recognizer that identifies double clicks with the left mouse button or the PEN. | |
| MOUSE_LEFT_DOWN | in EventRecognizers | An event recognizer that identifies down events of the left mouse button and of the PEN_CONTACT of a PEN. | |
| MOUSE_LEFT_DRAG | in EventRecognizers | An event recognizer that identifies drag events with the left mouse button or the PEN_CONTACT of a PEN. | |
| MOUSE_LEFT_UP | in EventRecognizers | An event recognizer that identifies up events of the left mouse button and of the PEN_CONTACT of a PEN. | |
| MOUSE_MOVE | in EventRecognizers | An event recognizer that identifies MOUSE and PEN movements that are not drags. | |
| MOUSE_OR_STYLUS_LONG_PRESS | in EventRecognizers | An event recognizer that identifies long presses of the primary touch pointer. | |
| MOUSE_UP | in EventRecognizers | An event recognizer that identifies MOUSE and PEN up events. | |
| NEVER | in EventRecognizers | An event recognizer that will always return false; | |
| SHIFT_DOWN | in EventRecognizers | An event recognizer for the key-down event of the Shift key. | |
| SHIFT_IS_DOWN | in EventRecognizers | An event recognizer that recognizes when the Shift modifier is active. | |
| SHIFT_UP | in EventRecognizers | An event recognizer for the key-up event of the Shift key. | |
| TOUCH_PRIMARY_DOUBLE_TAP | in EventRecognizers | An event recognizer that identifies double-taps of the primary touch pointer. | |
| TOUCH_PRIMARY_DOWN | in EventRecognizers | An event recognizer that identifies down events of the primary touch pointer. | |
| TOUCH_PRIMARY_DRAG | in EventRecognizers | An event recognizer that identifies movements (DRAG) of the primary touch point. | |
| TOUCH_PRIMARY_LONG_PRESS | in EventRecognizers | An event recognizer that identifies long presses of the primary touch pointer. | |
| TOUCH_PRIMARY_LONG_REST | in EventRecognizers | An event recognizer that identifies long rest events of the primary touch pointer. | |
| TOUCH_PRIMARY_TAP | in EventRecognizers | An event recognizer that identifies taps of the primary touch pointer. | |
| TOUCH_PRIMARY_UP | in EventRecognizers | An event recognizer that identifies up events of the primary touch pointer. | |
| EMPTY | in EventArgs | An empty EventArgs object that can be used when no information needs to be passed to the event handler. |
Method Return Values
| createKeyEventRecognizer (KeyEventType, string, ModifierKeys?) | in EventRecognizers | Creates an event recognizer for a given key and type using a given set of modifiers. | |
| createPointerEventRecognizer (PointerType?, PointerEventType?, PointerButtons?, PointerButtons?, number?, ModifierKeys?, ModifierKeys?) | in EventRecognizers | Creates an event recognizer for the given arguments. | |
| inverse (function(EventArgs, unknown):boolean) | in EventRecognizers | Creates an event recognizer instance that yields the boolean inverse of the given event recognizer. |
Method Parameters
| onInvalidateDisplays (EventArgs) | in Graph | Triggers the displays-invalidated event. | |
| onInvalidateDisplays (EventArgs) | in GraphWrapperBase | Raises the displays-invalidated event | |
| CreateBendInputMode () | in CreateBendInputMode | Creates a new instance that will use the IGraph from the parentInputModeContext to create bends in. | |
| CreateEdgeInputMode () | in CreateEdgeInputMode | Creates a new instance that will use the IGraph from the parentInputModeContext to create edges in. | |
| inverse (function(EventArgs, unknown):boolean) | in EventRecognizers | Creates an event recognizer instance that yields the boolean inverse of the given event recognizer. | |
| GraphEditorInputMode () | in GraphEditorInputMode | Creates a new instance that is not bound to an existing graph or selection, initially. | |
| onDeletedItem (InputModeItemChangedEventArgs<IModelItem,EventArgs>) | in GraphEditorInputMode | Raises the deleted-item event. | |
| GraphViewerInputMode () | in GraphViewerInputMode | Initializes a new instance of the GraphViewerInputMode class. | |
| HandleInputMode () | in HandleInputMode | Creates a new mode with no handles initially. | |
| ItemDropInputMode (string, ) | in ItemDropInputMode | Initializes a new instance of the ItemDropInputMode<T> class for the given data type. | |
| addRecognizerBinding (function(EventArgs, unknown):boolean, function():void) | in KeyboardInputMode | Adds a given action to this instance that will be triggered if the given event recognizer recognizes a key event that has been triggered by the canvasComponent. | |
| LabelDropInputMode (string, ) | in LabelDropInputMode | Initializes a new instance of the LabelDropInputMode class for the given data type. | |
| LassoSelectionInputMode () | in LassoSelectionInputMode | Creates a new instance of the lasso selection mode. | |
| MarqueeSelectionInputMode () | in MarqueeSelectionInputMode | Creates a new instance of the marquee selection mode. | |
| MoveInputMode () | in MoveInputMode | Initializes a new instance of the MoveInputMode class. | |
| MoveViewportInputMode () | in MoveViewportInputMode | Creates a new instance of the move viewport mode | |
| NodeDropInputMode (string, ) | in NodeDropInputMode | Initializes a new instance of the NodeDropInputMode class for the given data type. | |
| PortDropInputMode (string, ) | in PortDropInputMode | Initializes a new instance of the PortDropInputMode class for the given data type. | |
| ReparentStripeInputMode () | in ReparentStripeInputMode | ||
| ResizeStripeInputMode () | in ResizeStripeInputMode | Creates a new instance of this input mode. | |
| StripeDropInputMode (string, ) | in StripeDropInputMode | Initializes a new instance of the StripeDropInputMode class for the given data type. | |
| TableEditorInputMode () | in TableEditorInputMode | Creates a new instance. | |
| TextEditorInputMode (HTMLDivElement?, ) | in TextEditorInputMode | Creates a new instance using a default text box or the provided editor. | |
| GraphComponent (HTMLElement, ) | in GraphComponent | Creates a new instance of the GraphComponent in the given div element. | |
| GraphComponent () | in GraphComponent | Creates a new instance of the GraphComponent. | |
| GraphComponent (string, ) | in GraphComponent | Creates a new instance of GraphComponent using the div element that is specified by the selector. |
Extending Types
| ItemEventArgs | Event that holds a specific item that is related to the event. | |
| GraphClipboardEventArgs | Event arguments used by GraphClipboard in events which are raised at the start or end of a clipboard operation. | |
| ItemCopiedEventArgs | Event arguments for the events in GraphCopier. | |
| HandleDeserializationEventArgs | The event arguments used by handle-deserialization to let registered deserialization code perform the deserialization. | |
| HandleSerializationEventArgs | The event arguments used by handle-serialization to let registered serialization code perform the serialization of items. | |
| ParseEventArgs | This is the event argument that is used by the IParseEvents interface that can be queried from the parseEvents property. | |
| QueryInputHandlersEventArgs | Specialized EventArgs that is used for dynamic IInputHandler registration. | |
| QueryNameEventArgs | The event arguments used by query-name to override automatic name determination in GraphML. | |
| QueryOutputHandlersEventArgs | Event argument implementation that is used by the query-output-handlers event. | |
| QueryReferenceIdEventArgs | Event arguments for the query-reference-id event. | |
| QueryTypeEventArgs | The event arguments used by query-type to override automatic type resolution in GraphML. | |
| ResolveReferenceEventArgs | Event arguments for calls to the resolve-reference and override-resolve-reference events. | |
| WriteEventArgs | This is the event argument that is used by the IWriteEvents interface that can be queried from the writeEvents property. | |
| InputModeEventArgs | Event argument base class that is used by events that are triggered by IInputMode implementations | |
| PropertyChangedEventArgs | Event arguments which contain information for a property-changed event. | |
| DragEventArgs | The event argument that will be used by DropTarget to notify handlers of the various events during a drag and drop operation. | |
| KeyEventArgs | A wrapper for the native keyboard event which abstracts away incompatibilities in browser implementations. | |
| PointerEventArgs | Complex event arguments that are used by the CanvasComponent to indicate pointer events in world coordinates. | |
| PrepareRenderContextEventArgs | The event arguments for the event handler used by prepare-render-context | |
| QueryContinueDragEventArgs | The event argument class that is used by query-continue-drag during drags. | |
| SizeChangedEventArgs | This event occurs when the size of a control is changed. |