Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / TextAlignChanged Event

In This Topic
    TextAlignChanged Event (C1TextBox)
    In This Topic
    Occurs when the value of the C1.Win.Input.Base.C1TextBoxBase.TextAlign property has changed.
    Syntax
    'Declaration
     
    
    Public Event TextAlignChanged As EventHandler
    public event EventHandler TextAlignChanged
    See Also