ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1DropDownControl Class / TextAlignChanged Event

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