menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ThresholdValueChangedEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ThresholdValueChangedEventArgs

    Event argument for event.

    Inheritance
    System.Object
    System.EventArgs
    ThresholdValueChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Gauge
    Assembly: Syncfusion.Gauge.Windows.dll
    Syntax
    public class ThresholdValueChangedEventArgs : EventArgs

    Constructors

    ThresholdValueChangedEventArgs(Range, Single, Boolean)

    Initializes new instance for ThresholdValueChangedEventArgs class.

    Declaration
    public ThresholdValueChangedEventArgs(Range range, float value, bool inRange)
    Parameters
    Type Name Description
    Range range

    Gauge range

    System.Single value

    Gauge value

    System.Boolean inRange

    bool

    ThresholdValueChangedEventArgs(Single)

    Initializes new instance for ThresholdValueChangedEventArgs class.

    Declaration
    public ThresholdValueChangedEventArgs(float value)
    Parameters
    Type Name Description
    System.Single value

    Gauge value

    Properties

    InRange

    True if value is within current range.

    Declaration
    public bool InRange { get; }
    Property Value
    Type
    System.Boolean

    Range

    Affected Gauge Range

    Declaration
    public Range Range { get; }
    Property Value
    Type
    Range

    Value

    Gauge Value

    Declaration
    public float Value { get; }
    Property Value
    Type
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved