menu

WPF

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

    Show / Hide Table of Contents

    Class ValueChangedEventArgs

    Event argument shown when value is changing in SubSetFilter.

    Inheritance
    System.Object
    System.EventArgs
    ValueChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    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.Tools.Olap
    Assembly: Syncfusion.OlapTools.WPF.dll
    Syntax
    public class ValueChangedEventArgs : EventArgs

    Constructors

    ValueChangedEventArgs()

    Initializes a new instance of the ValueChangedEventArgs class.

    Declaration
    public ValueChangedEventArgs()

    ValueChangedEventArgs(String)

    Initializes a new instance of the ValueChangedEventArgs class.

    Declaration
    public ValueChangedEventArgs(string newValue)
    Parameters
    Type Name Description
    System.String newValue

    The new value.

    Properties

    NewValue

    Gets or sets the new value of SubSetFilter.

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