[]
Gets or sets whether to raise a client-side change event only when the user releases the mouse button.
public bool RaiseChangeOnlyOnMouseUp { get; set; }
Public Property RaiseChangeOnlyOnMouseUp As Boolean
This property allows the control to raise a client-side change event on the extended text box. This is useful for example to trigger an UpdatePanel's update when the slider value changes. If set to true, the change event is raised only when the user releases the left mouse button on the slider. If set to false, the change event is raised whenever the slider value changes. This property is set to true by default to prevent flooding of requests to the Web server.