documentationfor yFiles for HTML 3.0.0.3

Properties

originalEventArgsin ClickEventArgsGets the pointer event args that caused this event.
lastInputEventin CanvasComponentGets the last pointer event triggered by this instance.

Method Parameters

ClickEventArgs (IInputModeContext, Point, PointerButtons, number, PointerEventArgs)in ClickEventArgsInitializes a new instance of the ClickEventArgs class.
ItemClickedEventArgs (T, IInputModeContext, Point, PointerButtons, number, PointerEventArgs)in ItemClickedEventArgsInitializes a new instance of the ItemClickedEventArgs<T> class.
TableItemClickedEventArgs (T, StripeSubregion, INode, IInputModeContext, Point, PointerButtons, number, PointerEventArgs)in TableItemClickedEventArgsInitializes a new instance of the TableItemClickedEventArgs<T> class.
mouseWheelScroll (PointerEventArgs)in CanvasComponentThis method will be called when the mouse wheel was turned and if the mouseWheelBehavior property is set to SCROLL.
mouseWheelZoom (PointerEventArgs)in CanvasComponentThis method will be called when the mouse wheel was turned and if the mouseWheelBehavior property is set to ZOOM.