menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValueChangingEventArgs - API Reference

    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
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved