IRangeSelectorEvents

Type interface

Defines events for RangeSelector.

Inheritance

IRangeSelectorEvents extends IValidatableEvents.

IRangeSelectorEvents is extended by IDateAxisRangeSelectorEvents.

Properties

drawn
#

Param { type: "drawn",
  target: Target }

Invoked when control is drawn.

positionset
#

Param { position: "top" | "bottom" | "left" | "right",
  prevPosition: "top" | "bottom" | "left" | "right",
  type: "positionset",
  target: Target }

Invoked when position of the control changes.