alexa

    Show / Hide Table of Contents

    Class ValueChangingEventArgs

    Provides data for the value changing event.

    Inheritance
    System.Object
    ValueChangingEventArgs
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public class ValueChangingEventArgs : CancelEventArgs

    Constructors

    ValueChangingEventArgs()

    Initializes a new instance of ValueChangingEventArgs class

    Declaration
    public ValueChangingEventArgs()

    Properties

    NewValue

    Gets the value of the property after the change.

    Declaration
    public object NewValue { get; set; }
    Property Value
    Type Description
    System.Object

    The property value after the change.

    OldValue

    Gets the value of the property before the change.

    Declaration
    public object OldValue { get; set; }
    Property Value
    Type Description
    System.Object

    The property value before the change.

    Back to top Generated by DocFX