7 references to TextBoxTextAlignChanged
System.Windows.Forms.Tests (7)
System\Windows\Forms\ToolStripTextBoxTests.cs (7)
127
_toolStripTextBox.
TextBoxTextAlignChanged
+= (sender, e) => eventRaised = true;
651
_toolStripTextBox.
TextBoxTextAlignChanged
+= handler;
656
_toolStripTextBox.
TextBoxTextAlignChanged
-= handler;
669
_toolStripTextBox.
TextBoxTextAlignChanged
+= handler1;
670
_toolStripTextBox.
TextBoxTextAlignChanged
+= handler2;
676
_toolStripTextBox.
TextBoxTextAlignChanged
-= handler1;
682
_toolStripTextBox.
TextBoxTextAlignChanged
-= handler2;