Search
SliderComponent Events
 


 Public Events

  Name Description

BatchValueChanged

Raised when the slider value has been changed after a sequence of similar changes.

EndValueChanged

Raised when the selected end value has been changed interactively.

GotFocus

Raised when the component receives the input focus. (Inherited from ComponentBase.)

LostFocus

Raised when the component loses the input focus. (Inherited from ComponentBase.)

MouseMove

Raised when the mouse moves over the component. (Inherited from ComponentBase.)

StartValueChanged

Raised when the selected start value has been changed interactively.

Validated

Raised after the component has lost input focus. (Inherited from ComponentBase.)

Validating

Raised when the component is about to lose input focus in order to validate it. (Inherited from ComponentBase.)

ValueChanged

Raised when the selected value has been changed interactively.

 See Also