Spread for ASP.NET 7.0 Product Documentation
RaiseChangeOnlyOnMouseUp Property
See Also  Support Options
FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > SliderCellType Class : RaiseChangeOnlyOnMouseUp Property


Glossary Item Box

Gets or sets whether to raise a client-side change event only when the user releases the mouse button.

Syntax

Visual Basic (Declaration) 
Public Property RaiseChangeOnlyOnMouseUp As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SliderCellType
Dim value As Boolean
 
instance.RaiseChangeOnlyOnMouseUp = value
 
value = instance.RaiseChangeOnlyOnMouseUp
C# 
public bool RaiseChangeOnlyOnMouseUp {get; set;}

Property Value

Boolean: true to raise a client-side event; false otherwise

Remarks

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.

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.