# FarPoint.Web.Spread.Extender.SliderCellType.RaiseChangeOnlyOnMouseUp

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_Extender_SliderCellType_RaiseChangeOnlyOnMouseUp_" data-uid="FarPoint.Web.Spread.Extender.SliderCellType.RaiseChangeOnlyOnMouseUp*">RaiseChangeOnlyOnMouseUp Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_Extender_SliderCellType_RaiseChangeOnlyOnMouseUp_" data-uid="FarPoint.Web.Spread.Extender.SliderCellType.RaiseChangeOnlyOnMouseUp*"></a>
<h4 id="FarPoint_Web_Spread_Extender_SliderCellType_RaiseChangeOnlyOnMouseUp" data-uid="FarPoint.Web.Spread.Extender.SliderCellType.RaiseChangeOnlyOnMouseUp">RaiseChangeOnlyOnMouseUp</h4>
<div class="markdown level1 summary"><p>Gets or sets whether to raise a client-side change event only when
the user releases the mouse button.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool RaiseChangeOnlyOnMouseUp { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property RaiseChangeOnlyOnMouseUp As Boolean</code></pre>
</div>
<h5 id="FarPoint_Web_Spread_Extender_SliderCellType_RaiseChangeOnlyOnMouseUp_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>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.</p>
</div>
</div>
