Version

ZoombarClientEvents Class Members

The following tables list the members exposed by ZoombarClientEvents.

Public Fields
 NameDescription
Public FieldWindowDragEndedEvent fired when the user stops dragging the zoom window. Function takes arguments evt and ui. Use ui.zoomWindow.left to get the current zoom window left position as a fraction of the absolute width of the target. Use ui.zoomWindow.width to get the current zoom window width as a fraction of the absolute width of the target. Use ui.owner to get reference to igZoombar.  
Public FieldWindowDragEndingEvent fired when the user attemtps to stop dragging the zoom window. Function takes arguments evt and ui. Use ui.zoomWindow.left to get the current zoom window left position as a fraction of the absolute width of the target. Use ui.zoomWindow.width to get the current zoom window width as a fraction of the absolute width of the target. Use ui.owner to get reference to igZoombar.  
Public FieldWindowDraggingEvent fired when the user drags the zoom window. Function takes arguments evt and ui. Use ui.zoomWindow.left to get the current zoom window left position as a fraction of the absolute width of the target. Use ui.zoomWindow.width to get the current zoom window width as a fraction of the absolute width of the target. Use ui.owner to get reference to igZoombar.  
Public FieldWindowDragStartedEvent fired when the user starts dragging the zoom window. Function takes arguments evt and ui. Use ui.zoomWindow.left to get the current zoom window left position as a fraction of the absolute width of the target. Use ui.zoomWindow.width to get the current zoom window width as a fraction of the absolute width of the target. Use ui.owner to get reference to igZoombar.  
Public FieldWindowDragStartingEvent fired when the user attempts to drag the zoom window. Function takes arguments evt and ui. Use ui.zoomWindow.left to get the current zoom window left position as a fraction of the absolute width of the target. Use ui.zoomWindow.width to get the current zoom window width as a fraction of the absolute width of the target. Use ui.owner to get reference to igZoombar.  
Public FieldWindowResizedEvent fired after the user resizes the zoom window with the window's handles. Function takes arguments evt and ui. Use ui.zoomWindow.left to get the current zoom window left position as a fraction of the absolute width of the target. Use ui.zoomWindow.width to get the current zoom window width as a fraction of the absolute width of the target. Use ui.owner to get reference to igZoombar.  
Public FieldWindowResizingEvent fired when the user resizes the zoom window with the window's handles. Function takes arguments evt and ui. Use ui.zoomWindow.left to get the current zoom window left position as a fraction of the absolute width of the target. Use ui.zoomWindow.width to get the current zoom window width as a fraction of the absolute width of the target. Use ui.owner to get reference to igZoombar.  
Public FieldZoomChangedEvent fired after a zoom action is applied. Function takes arguments evt and ui. Use ui.previousZoom.left to get the previous zoom window left position as a fraction of the absolute width of the target. Use ui.previousZoom.width to get the previous zoom window width as a fraction of the absolute width of the target. Use ui.newZoom.left to get the new zoom window left position as a fraction of the absolute width of the target. Use ui.newZoom.width to get the new zoom window width as a fraction of the absolute width of the target. Use ui.owner to get reference to igZoombar.  
Public FieldZoomChangingEvent fired before a zoom action is applied. Function takes arguments evt and ui. Use ui.previousZoom.left to get the previous zoom window left position as a fraction of the absolute width of the target. Use ui.previousZoom.width to get the previous zoom window width as a fraction of the absolute width of the target. Use ui.newZoom.left to get the new zoom window left position as a fraction of the absolute width of the target. Use ui.newZoom.width to get the new zoom window width as a fraction of the absolute width of the target. Use ui.owner to get reference to igZoombar.  
See Also

View on GitHub