Version

WebDateChooserClientSideEvents Class Members

The following tables list the members exposed by WebDateChooserClientSideEvents.

Public Constructors
 NameDescription
Public ConstructorWebDateChooserClientSideEvents ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyAfterCloseUp

This event will fire after the dropdown has been closed.

(Inherited from Infragistics.WebUI.WebDropDown.ClientSideEvents)
Public PropertyAfterDropDown

This event will fire after the control has droped down. You can use this event to customize the position of the dropdown.

(Inherited from Infragistics.WebUI.WebDropDown.ClientSideEvents)
Public PropertyBeforeCloseUp

This event will fire before the dropdown portion of the control is closed. You can use this event to keep the dropdown from closing.

(Inherited from Infragistics.WebUI.WebDropDown.ClientSideEvents)
Public PropertyBeforeDropDown

The BeforeDropDown event will fire before the dropdown is made visible. This event can be used to cancel the dropdown action.

(Inherited from Infragistics.WebUI.WebDropDown.ClientSideEvents)
Public PropertyCalendarDateClickedEvent fired when the selected date in the calendar was clicked.  
Public PropertyCalendarMonthChangedEvent fired after the visible month in the calendar was changed.  
Public PropertyCalendarMonthChangingEvent fired before the visible month in the calendar is changed. This event can be canceled.  
Public PropertyCalendarRenderDayEvent fired before day in calendar is rendered. This event can be used to customize day painting.  
Public PropertyCalendarValueChangedEvent fired when the selected date in the calendar was changed.  
Public PropertyCalendarValueChangingEvent fired before the selected date in the calendar was changed. This event can be canceled.  
Public PropertyEditKeyDown

This event will fire for every keydown, while the edit portion of the control has focus.

(Inherited from Infragistics.WebUI.WebDropDown.ClientSideEvents)
Public PropertyEditKeyUp

This event will fire for every keyup, while the edit portion of the control has focus.

(Inherited from Infragistics.WebUI.WebDropDown.ClientSideEvents)
Public PropertyInitializeDateChooserEvent fired after WebDateChooser was initialized.  
Public PropertyInvalidDateEntered

This event is fired when an invalid value has been entered into the DateChooser.

 
Public PropertyOnBlur

Occurs when the control is losing focus. This event can be used to get the value of the DateChooser, after user input has stopped.

 
Public PropertyTextChanged

The TextChanged event will fire when the textbox portion of the control is directly edited.

(Inherited from Infragistics.WebUI.WebDropDown.ClientSideEvents)
Public PropertyValueChanged

The ValueChanged event will fire when the value of the dropdown is changed. If the textbox is changed directly, this event will not fire until the control loses focus.

(Inherited from Infragistics.WebUI.WebDropDown.ClientSideEvents)
Protected Properties
Public Methods
 NameDescription
Public MethodResetReset all properties to their defaults. (Inherited from Infragistics.WebUI.WebDropDown.ClientSideEvents)
Public MethodToStringString formatted for visual designer.  
See Also