/// <summary> /// Fires after a drag operation has started. /// </summary> /// <param name="slider"><p>The slider</p> /// </param> /// <param name="e"><p>The event fired from <see cref="Ext.dd.DragTracker">Ext.dd.DragTracker</see></p> /// </param> /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p> /// </param> public void dragstart(Multi slider, EventObject e, object eOpts){}
/// <summary> /// Fires when the slider value is changed by the user and any drag operations have completed. /// </summary> /// <param name="slider"><p>The slider</p> /// </param> /// <param name="newValue"><p>The new value which the slider has been changed to.</p> /// </param> /// <param name="thumb"><p>The thumb that was changed</p> /// </param> /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p> /// </param> public void changecomplete(Multi slider, JsNumber newValue, Thumb thumb, object eOpts){}
/// <summary> /// Fires after the drag operation has completed. /// </summary> /// <param name="slider"><p>The slider</p> /// </param> /// <param name="e"><p>The event fired from <see cref="Ext.dd.DragTracker">Ext.dd.DragTracker</see></p> /// </param> /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p> /// </param> public void dragend(Multi slider, EventObject e, object eOpts){}
/// <summary> /// Called whenever a dragstart or drag event is received on the associated Thumb. /// Aligns the Tip with the Thumb's new position. /// </summary> /// <param name="slider"><p>The slider</p> /// </param> /// <param name="e"><p>The Event object</p> /// </param> /// <param name="thumb"><p>The thumb that the Tip is attached to</p> /// </param> private void onSlide(Multi slider, EventObject e, Thumb thumb){}
/// <summary> /// Fires before the slider value is changed. By returning false from an event handler, you can cancel the /// event and prevent the slider from changing. /// </summary> /// <param name="slider"><p>The slider</p> /// </param> /// <param name="newValue"><p>The new value which the slider is being changed to.</p> /// </param> /// <param name="oldValue"><p>The old value which the slider was previously.</p> /// </param> /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p> /// </param> public void beforechange(Multi slider, JsNumber newValue, JsNumber oldValue, object eOpts){}
/// <summary> /// Called whenever a dragstart or drag event is received on the associated Thumb. /// Aligns the Tip with the Thumb's new position. /// </summary> /// <param name="slider"><p>The slider</p> /// </param> /// <param name="e"><p>The Event object</p> /// </param> /// <param name="thumb"><p>The thumb that the Tip is attached to</p> /// </param> private void onSlide(Multi slider, EventObject e, Thumb thumb) { }
/// <summary> /// Fires after a drag operation has started. /// </summary> /// <param name="slider"><p>The slider</p> /// </param> /// <param name="e"><p>The event fired from <see cref="Ext.dd.DragTracker">Ext.dd.DragTracker</see></p> /// </param> /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p> /// </param> public void dragstart(Multi slider, EventObject e, object eOpts) { }
/// <summary> /// Fires after the drag operation has completed. /// </summary> /// <param name="slider"><p>The slider</p> /// </param> /// <param name="e"><p>The event fired from <see cref="Ext.dd.DragTracker">Ext.dd.DragTracker</see></p> /// </param> /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p> /// </param> public void dragend(Multi slider, EventObject e, object eOpts) { }
/// <summary> /// Fires when the slider value is changed by the user and any drag operations have completed. /// </summary> /// <param name="slider"><p>The slider</p> /// </param> /// <param name="newValue"><p>The new value which the slider has been changed to.</p> /// </param> /// <param name="thumb"><p>The thumb that was changed</p> /// </param> /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p> /// </param> public void changecomplete(Multi slider, JsNumber newValue, Thumb thumb, object eOpts) { }
/// <summary> /// Fires before the slider value is changed. By returning false from an event handler, you can cancel the /// event and prevent the slider from changing. /// </summary> /// <param name="slider"><p>The slider</p> /// </param> /// <param name="newValue"><p>The new value which the slider is being changed to.</p> /// </param> /// <param name="oldValue"><p>The old value which the slider was previously.</p> /// </param> /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p> /// </param> public void beforechange(Multi slider, JsNumber newValue, JsNumber oldValue, object eOpts) { }