alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ValueChangeEventArgs

    Specified the event arguments for the value change event in the linear gauge.

    Inheritance
    object
    BaseEventArgs
    ValueChangeEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.LinearGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ValueChangeEventArgs : BaseEventArgs

    Constructors

    ValueChangeEventArgs()

    Declaration
    public ValueChangeEventArgs()

    Properties

    AxisIndex

    Gets or sets the index value of the current axis.

    Declaration
    public int AxisIndex { get; set; }
    Property Value
    Type Description
    int

    Accepts an integer value.

    PointerIndex

    Gets or sets the current pointer index in linear gauge.

    Declaration
    public int PointerIndex { get; set; }
    Property Value
    Type Description
    int

    Accepts an integer value.

    Value

    Gets or sets the current value.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    double

    Accepts the double value.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved