alexa

    Show / Hide Table of Contents

    Class TextBoxBoundEventArgs

    Provides data for the TextBoxBoundEvent.

    Inheritance
    System.Object
    System.EventArgs
    TextBoxBoundEventArgs
    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.Forms.Tools.XPMenus
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TextBoxBoundEventArgs : EventArgs

    Constructors

    TextBoxBoundEventArgs(TextBoxBase)

    Declaration
    public TextBoxBoundEventArgs(TextBoxBase textBox)
    Parameters
    Type Name Description
    System.Windows.Forms.TextBoxBase textBox

    Properties

    TextBox

    Declaration
    public TextBoxBase TextBox { get; }
    Property Value
    Type
    System.Windows.Forms.TextBoxBase
    Back to top Generated by DocFX