documentationfor yFiles for HTML 3.0.0.3

Usages of ClickEventArgs

Method Parameters

onClicked (ClickEventArgs)in ClickInputModeCalled once this mode has recognized a click gesture.
handleClick (ClickEventArgs)in ConstrainedHandleCalls the wrappedHandler's handleClick method.
doubleClick (IModelItem, ClickEventArgs)in GraphEditorInputModeActually performs a double-click on the given item.
click (IModelItem, ClickEventArgs)in GraphInputModeActually performs the click or tap on the given item.
doubleClick (IModelItem, ClickEventArgs)in GraphInputModeActually performs a double-tap on the given item.
onCanvasClicked (ClickEventArgs)in GraphInputModeRaises the canvas-clicked event.
handleClick (IInputModeContext, ClickEventArgs, IHandle)in HandleInputModeCalls handleClick of the handle with the evt.
onClicked (ClickEventArgs)in HandleInputModeTriggers the clicked event.
create ()in IHandle
handleClick (ClickEventArgs)in IHandleCalled to indicate that the handle has been clicked or tapped by the user.
handleClick (ClickEventArgs)in PortLocationModelParameterHandleIgnore clicking the handle.
handleClick (ClickEventArgs)in PortRelocationHandle
handleClick (ClickEventArgs)in RectangleHandleIgnore clicking the handle.
handleClick (ClickEventArgs)in ReshapeHandlerHandleIgnore clicks.
click (TableHitTestResult, ClickEventArgs)in TableEditorInputModeActually performs the click or tap on the given item.
doubleClick (TableHitTestResult, ClickEventArgs)in TableEditorInputModeActually performs a double click on the given item.
onClickInputModeClicked (ClickEventArgs, any)in TableEditorInputModeCalled once clickInputMode triggers the clicked event with clickCount 1 and pointerType MOUSE.
onClickInputModeDoubleClicked (ClickEventArgs, any)in TableEditorInputModeCalled once clickInputMode triggers the clicked event with clickCount 2 and pointerType MOUSE.