menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TypeChangingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TypeChangingEventArgs

    Class implementation for TypeChangingEventArgs

    Inheritance
    System.Object
    TypeChangingEventArgs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class TypeChangingEventArgs

    Constructors

    TypeChangingEventArgs(Object, Object)

    Contructor implementation for TypeChangingEventArgs

    Declaration
    public TypeChangingEventArgs(object oldValue, object newValue)
    Parameters
    Type Name Description
    System.Object oldValue
    System.Object newValue

    Properties

    NewValue

    Get and Set NewValue property

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

    OldValue

    Get and Set OldValue property

    Declaration
    public object OldValue { get; set; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved