alexa

    Show / Hide Table of Contents

    Class ValueChangingEventArgs

    Inheritance
    System.Object
    ValueChangingEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ValueChangingEventArgs : CancelEventArgs

    Constructors

    ValueChangingEventArgs(Single, ToolTipInfo)

    Declaration
    public ValueChangingEventArgs(float value, ToolTipInfo tooltip)
    Parameters
    Type Name Description
    System.Single value
    ToolTipInfo tooltip

    Properties

    ToolTip

    Declaration
    public ToolTipInfo ToolTip { get; set; }
    Property Value
    Type
    ToolTipInfo

    Value

    Declaration
    public float Value { get; set; }
    Property Value
    Type
    System.Single
    Back to top Generated by DocFX