menu

WinForms

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

    Show / Hide Table of Contents

    Class TextBoxValueChangeEventArgs

    Provides data for the TextBoxValueChange event.

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

    Constructors

    TextBoxValueChangeEventArgs(String)

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

    Properties

    NewValue

    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