7 references to TextBoxTextAlignChanged
System.Windows.Forms.Tests (7)
System\Windows\Forms\ToolStripTextBoxTests.cs (7)
125
_toolStripTextBox.
TextBoxTextAlignChanged
+= (sender, e) => eventRaised = true;
649
_toolStripTextBox.
TextBoxTextAlignChanged
+= handler;
654
_toolStripTextBox.
TextBoxTextAlignChanged
-= handler;
667
_toolStripTextBox.
TextBoxTextAlignChanged
+= handler1;
668
_toolStripTextBox.
TextBoxTextAlignChanged
+= handler2;
674
_toolStripTextBox.
TextBoxTextAlignChanged
-= handler1;
680
_toolStripTextBox.
TextBoxTextAlignChanged
-= handler2;