Version

DropDownClientEvents Class Properties

For a list of all members of this type, see DropDownClientEvents members.

Public Properties
 NameDescription
Public PropertyActivationChanged  
Public PropertyActivationChanging  
Public PropertyAJAXResponseEvent fired when control gets AJAX response from the server. (Inherited from Infragistics.Web.UI.Framework.ClientEventsBase)
Public PropertyAJAXResponseErrorEvent fired when control gets AJAX response from the server. (Inherited from Infragistics.Web.UI.Framework.ClientEventsBase)
Public PropertyAutoFilterStarted  
Public PropertyAutoFilterStarting  
Public PropertyBlur  
Public PropertyDataBindingEvent is fired when EnableClientRendering=true, and databinding takes place on the client  
Public PropertyDataBoundEvent is fired when EnableClientRendering=true, and data is already bound on the client  
Public PropertyDropDownClosed  
Public PropertyDropDownClosing  
Public PropertyDropDownOpened  
Public PropertyDropDownOpening  
Public PropertyFocus  
Public PropertyInitializeGets sets name of javascript function which is called after javascript object was created and initialized. (Inherited from Infragistics.Web.UI.Framework.ClientEventsBase)
Public PropertyInputKeyDown  
Public PropertyInputKeyUp  
Public PropertyInputMouseDown  
Public PropertyInputMouseOut  
Public PropertyInputMouseOver  
Public PropertyIsEmptyChecks if all properties have default values. (Inherited from Infragistics.Web.UI.Framework.ClientEventsBase)
Public PropertyItemAdded  
Public PropertyItemInserted  
Public PropertyItemMouseDown  
Public PropertyItemMouseOut  
Public PropertyItemMouseOver  
Public PropertyItemRemoved  
Public PropertyItemRenderedEvent is fired when EnableClientRendering=true and after an item is rendered on the client  
Public PropertyItemRenderingEvent is fired when EnableClientRendering=true and an item is about to be rendered on the client  
Public PropertyItemsRequested  
Public PropertySelectionChanged  
Public PropertySelectionChanging  
Public PropertyValueChanged  
Public PropertyValueChanging  
Protected Properties
 NameDescription
Protected PropertyAdditionalClientState (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyCollectionData (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyDelayLoadingClientCollectionsCustomizes the client collections loading. If true the collections will be loaded after view state has been loaded. If false the collections will be loaded in RunBot.HandleOnInit. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyIsTrackingViewStateThis method returns a boolean value which indicates whether ViewState is being tracked for the object. Once viewstate is being tracked, all property changes are roundtripped from server to client and back within the ViewState hidden field. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyOwnerGet reference to owner. (Inherited from Infragistics.Web.UI.Framework.ClientEventsBase)
Protected PropertyPropCountThis property is used to track the number of properties this object is sending to ClientState. Each derived class overrides this property to indicate the new total of properties. The number consists of the PropCount value of the base class plus the number of ClientState properties utilized by each derived class. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyTransactionLists (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyViewStateProperty to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
See Also