Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValueChangeEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ValueChangeEventArgs

    Inheritance
    System.Object
    Syncfusion.Blazor.LinearGauge.BaseEventArgs
    ValueChangeEventArgs
    Namespace: Syncfusion.Blazor.LinearGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ValueChangeEventArgs : BaseEventArgs

    Constructors

    ValueChangeEventArgs()

    Declaration
    public ValueChangeEventArgs()

    Properties

    AxisIndex

    specifies the index value of the current axis.

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

    PointerIndex

    Specifies the current pointer index in linear gauge.

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

    Value

    Specifies the current value.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved