Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.SliderWidgetListeners Class Reference

More...

Inheritance diagram for Ext.Net.SliderWidgetListeners:
Ext.Net.WidgetListeners Ext.Net.ComponentListeners Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase

Properties

virtual ComponentListener?? BeforeChange [get]
 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. Parameters item : Ext.slider.Multi The slider newValue : Number The new value which the slider is being changed to. oldValue : Number The old value which the slider was previously. More...
 
virtual ComponentListener?? Change [get]
 Fires when the slider value is changed. Parameters item : Ext.slider.Multi The slider newValue : Number The new value which the slider has been changed to. thumb : Ext.slider.Thumb The thumb that was changed More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.WidgetListeners
virtual ComponentListener?? BeforeDisabledChange [get]
 This event fires when disabled changes. More...
 
virtual ComponentListener?? BeforeHeightChange [get]
 Fires before the height configuration is changed by setHeight. Parameters item : Ext.Widget The Ext.Widget instance. value : Number/String The new value being set. oldValue : Number/String The existing value. More...
 
virtual ComponentListener?? BeforeHiddenChange [get]
 This event fires before hidden changes. More...
 
virtual ComponentListener?? BeforeWidthChange [get]
 Fires before the width configuration is changed by setWidth. Parameters item : Ext.Widget The Ext.Widget instance. value : Number/String The new value being set. oldValue : Number/String The existing value. More...
 
virtual ComponentListener?? DisabledChange [get]
 This event fires when disabled changes. More...
 
virtual ComponentListener?? HeightChange [get]
 Fires when the height configuration is changed by setHeight. Parameters item : Ext.Widget The Ext.Widget instance. value : Number/String The new value being set. oldValue : Number/String The existing value. More...
 
virtual ComponentListener?? HiddenChange [get]
 This event fires when hidden changes. More...
 
virtual ComponentListener?? WidthChange [get]
 Fires when the width configuration is changed by setWidth. Parameters item : Ext.Widget The Ext.Widget instance. value : Number/String The new value being set. oldValue : Number/String The existing value. More...
 
virtual ComponentListener?? Blur [get]
 Fires when this Component's focusEl loses focus. Requires Focusable=true and a defined TabIndex. More...
 
virtual ComponentListener?? Focus [get]
 Fires when this Component's focusEl receives focus. Requires Focusable=true and a defined TabIndex. More...
 
virtual ComponentListener?? FocusEnter [get]
 Fires when focus enters this Component's hierarchy. Requires Focusable=true and a defined TabIndex. More...
 
virtual ComponentListener?? FocusLeave [get]
 Fires when focus leaves this Component's hierarchy. Requires Focusable=true and a defined TabIndex. More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.BaseItem
virtual string InstanceOf [get]
 
ItemState State [get]
 
virtual DefaultValueMode DefaultValueMode [get, set]
 
virtual bool DesignMode [get]
 
bool AutoDataBind [get, set]
 
ResourceManager ResourceManager [get]
 
virtual Control Owner [get, set]
 The Owner Control for this Listener. More...
 
virtual bool IsDefault [get]
 Does this object currently represent it's default state. More...
 
bool IsTrackingViewState [get]
 
EventHandlerList Events [get]
 
EventHandler DataBinding
 
Control?? BindingContainer [get]
 
virtual ConfigItemCollection?? CustomConfig [get]
 Collection of custom js config More...
 
virtual ConfigOptionsCollection ConfigOptions [get]
 
virtual ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
System.Web.Mvc.HtmlHelper?? HtmlHelper [get, set]
 
- Properties inherited from Ext.Net.IXObject
ConfigOptionsCollection ConfigOptions [get]
 
ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
DefaultValueMode DefaultValueMode [get, set]
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.ComponentListeners
virtual void ClearListeners ()
 
- Public Member Functions inherited from Ext.Net.BaseItem
virtual bool HasExplicitValue (string name)
 
void EnsureDataBind ()
 
virtual void Call (string name)
 
virtual void Call (string name, params object[] args)
 
virtual void AddScript (string script)
 
virtual void AddScript (string script, params object[] args)
 
virtual bool IsEmptyObject ()
 
Apply< T > (IApply config)
 
BaseItem Apply (object config)
 
virtual void LoadViewState (object state)
 
virtual object SaveViewState ()
 
virtual void TrackViewState ()
 
void SetDirty ()
 
virtual void DataBind ()
 
virtual IControlBuilder ToNativeBuilder ()
 
- Protected Member Functions inherited from Ext.Net.BaseItem
 BaseItem (Control owner)
 
 BaseItem ()
 
virtual void OwnerUpdate (Control owner)
 
virtual void OnDataBinding (EventArgs e)
 

Detailed Description

Property Documentation

◆ BeforeChange

virtual ComponentListener?? Ext.Net.SliderWidgetListeners.BeforeChange
get

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. Parameters item : Ext.slider.Multi The slider newValue : Number The new value which the slider is being changed to. oldValue : Number The old value which the slider was previously.

◆ Change

virtual ComponentListener?? Ext.Net.SliderWidgetListeners.Change
get

Fires when the slider value is changed. Parameters item : Ext.slider.Multi The slider newValue : Number The new value which the slider has been changed to. thumb : Ext.slider.Thumb The thumb that was changed

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.SliderWidgetListeners.ConfigOptions
get


The documentation for this class was generated from the following files: