GH_SliderBase.RaiseEvents Property

GH_SliderBaseRaiseEvents Property

Gets or sets a value indicating whether this slider raises the ValueChanged event.

Namespace:  Grasshopper.GUI.Base
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool RaiseEvents { get; set; }
Public Property RaiseEvents As Boolean
	Get
	Set

Property Value

Type: Boolean

[Missing <value> documentation for "P:Grasshopper.GUI.Base.GH_SliderBase.RaiseEvents"]

See Also