Click or drag to resize
DatePickerClientEvents Class
Summary description for DatePickerClientEvents.
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.Controls.CalendarDatePickerClientEvents

Namespace: Kettic.AspNet.Controls.Calendar
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class DatePickerClientEvents : ObjectWithState

The DatePickerClientEvents type exposes the following members.

Constructors
  NameDescription
Public methodDatePickerClientEvents
Top
Fields
  NameDescription
Public fieldowner
Top
Properties
  NameDescription
Public propertyCode exampleOnPopupClosing
Gets or sets the name of the client-side event handler that is executed prior to closing the calendar popup.
Public propertyCode exampleOnPopupOpening
Gets or sets the name of the client-side event handler that is executed prior to opening the calendar popup and its synchronizing with the DateInput value.
Top
See Also