1362 references to Events
System (20)
compmod\system\componentmodel\BackgroundWorker.cs (9)
78
this.
Events
.AddHandler(doWorkKey, value);
82
this.
Events
.RemoveHandler(doWorkKey, value);
102
DoWorkEventHandler handler = (DoWorkEventHandler)(
Events
[doWorkKey]);
112
RunWorkerCompletedEventHandler handler = (RunWorkerCompletedEventHandler)(
Events
[runWorkerCompletedKey]);
121
ProgressChangedEventHandler handler = (ProgressChangedEventHandler)(
Events
[progressChangedKey]);
136
this.
Events
.AddHandler(progressChangedKey, value);
140
this.
Events
.RemoveHandler(progressChangedKey, value);
205
this.
Events
.AddHandler(runWorkerCompletedKey, value);
209
this.
Events
.RemoveHandler(runWorkerCompletedKey, value);
compmod\system\componentmodel\Component.cs (2)
77
Events
.AddHandler(EventDisposed, value);
80
Events
.RemoveHandler(EventDisposed, value);
sys\system\Media\SoundPlayer.cs (9)
463
Events
.AddHandler(EventLoadCompleted, value);
466
Events
.RemoveHandler(EventLoadCompleted, value);
473
Events
.AddHandler(EventSoundLocationChanged, value);
476
Events
.RemoveHandler(EventSoundLocationChanged, value);
483
Events
.AddHandler(EventStreamChanged, value);
486
Events
.RemoveHandler(EventStreamChanged, value);
492
AsyncCompletedEventHandler eh = (AsyncCompletedEventHandler)
Events
[EventLoadCompleted];
501
EventHandler eh = (EventHandler)
Events
[EventSoundLocationChanged];
510
EventHandler eh = (EventHandler)
Events
[EventStreamChanged];
System.Data (34)
fx\src\data\System\Data\Common\DataAdapter.cs (3)
276
Events
.AddHandler(EventFillError, value);
279
Events
.RemoveHandler(EventFillError, value);
724
FillErrorEventHandler handler = (FillErrorEventHandler)
Events
[EventFillError];
fx\src\data\System\Data\Odbc\OdbcDataAdapter.cs (8)
120
Events
.AddHandler(EventRowUpdated, value); }
122
Events
.RemoveHandler(EventRowUpdated, value); }
131
OdbcRowUpdatingEventHandler handler = (OdbcRowUpdatingEventHandler)
Events
[EventRowUpdating];
139
Events
.RemoveHandler(EventRowUpdating, d);
142
Events
.AddHandler(EventRowUpdating, value);
145
Events
.RemoveHandler(EventRowUpdating, value); }
162
OdbcRowUpdatedEventHandler handler = (OdbcRowUpdatedEventHandler)
Events
[EventRowUpdated];
170
OdbcRowUpdatingEventHandler handler = (OdbcRowUpdatingEventHandler)
Events
[EventRowUpdating];
fx\src\data\System\Data\OleDb\OleDbConnection.cs (4)
261
Events
.AddHandler(EventInfoMessage, value);
264
Events
.RemoveHandler(EventInfoMessage, value);
497
OleDbInfoMessageEventHandler handler = (OleDbInfoMessageEventHandler)
Events
[EventInfoMessage];
579
if ((0 <= (int)hresult) && ((null == connection) || (null == connection.
Events
[EventInfoMessage]))) {
fx\src\data\System\Data\OleDb\OleDbDataAdapter.cs (8)
122
add {
Events
.AddHandler(EventRowUpdated, value); }
123
remove {
Events
.RemoveHandler(EventRowUpdated, value); }
132
OleDbRowUpdatingEventHandler handler = (OleDbRowUpdatingEventHandler)
Events
[EventRowUpdating];
140
Events
.RemoveHandler(EventRowUpdating, d);
143
Events
.AddHandler(EventRowUpdating, value);
145
remove {
Events
.RemoveHandler(EventRowUpdating, value); }
455
OleDbRowUpdatedEventHandler handler = (OleDbRowUpdatedEventHandler)
Events
[EventRowUpdated];
463
OleDbRowUpdatingEventHandler handler = (OleDbRowUpdatingEventHandler)
Events
[EventRowUpdating];
fx\src\data\System\Data\SqlClient\SqlConnection.cs (3)
886
Events
.AddHandler(EventInfoMessage, value);
889
Events
.RemoveHandler(EventInfoMessage, value);
1847
SqlInfoMessageEventHandler handler = (SqlInfoMessageEventHandler)
Events
[EventInfoMessage];
fx\src\data\System\Data\SqlClient\SqlDataAdapter.cs (8)
137
Events
.AddHandler(EventRowUpdated, value);
140
Events
.RemoveHandler(EventRowUpdated, value);
150
SqlRowUpdatingEventHandler handler = (SqlRowUpdatingEventHandler)
Events
[EventRowUpdating];
158
Events
.RemoveHandler(EventRowUpdating, d);
161
Events
.AddHandler(EventRowUpdating, value);
164
Events
.RemoveHandler(EventRowUpdating, value);
229
SqlRowUpdatedEventHandler handler = (SqlRowUpdatedEventHandler)
Events
[EventRowUpdated];
237
SqlRowUpdatingEventHandler handler = (SqlRowUpdatingEventHandler)
Events
[EventRowUpdating];
System.Windows.Forms (1308)
winforms\Managed\System\WinForms\BindingSource.cs (30)
476
Events
.AddHandler(EVENT_ADDINGNEW, value);
479
Events
.RemoveHandler(EVENT_ADDINGNEW, value);
490
Events
.AddHandler(EVENT_BINDINGCOMPLETE, value);
493
Events
.RemoveHandler(EVENT_BINDINGCOMPLETE, value);
504
Events
.AddHandler(EVENT_DATAERROR, value);
507
Events
.RemoveHandler(EVENT_DATAERROR, value);
518
Events
.AddHandler(EVENT_DATASOURCECHANGED, value);
521
Events
.RemoveHandler(EVENT_DATASOURCECHANGED, value);
532
Events
.AddHandler(EVENT_DATAMEMBERCHANGED, value);
535
Events
.RemoveHandler(EVENT_DATAMEMBERCHANGED, value);
546
Events
.AddHandler(EVENT_CURRENTCHANGED, value);
549
Events
.RemoveHandler(EVENT_CURRENTCHANGED, value);
560
Events
.AddHandler(EVENT_CURRENTITEMCHANGED, value);
563
Events
.RemoveHandler(EVENT_CURRENTITEMCHANGED, value);
574
Events
.AddHandler(EVENT_LISTCHANGED, value);
577
Events
.RemoveHandler(EVENT_LISTCHANGED, value);
588
Events
.AddHandler(EVENT_POSITIONCHANGED, value);
591
Events
.RemoveHandler(EVENT_POSITIONCHANGED, value);
946
AddingNewEventHandler eh = (AddingNewEventHandler)
Events
[EVENT_ADDINGNEW];
953
BindingCompleteEventHandler eh = (BindingCompleteEventHandler)
Events
[EVENT_BINDINGCOMPLETE];
966
EventHandler eh = (EventHandler)
Events
[EVENT_CURRENTCHANGED];
973
EventHandler eh = (EventHandler)
Events
[EVENT_CURRENTITEMCHANGED];
980
BindingManagerDataErrorEventHandler eh =
Events
[EVENT_DATAERROR] as BindingManagerDataErrorEventHandler;
987
EventHandler eh =
Events
[EVENT_DATAMEMBERCHANGED] as EventHandler;
994
EventHandler eh =
Events
[EVENT_DATASOURCECHANGED] as EventHandler;
1006
ListChangedEventHandler eh = (ListChangedEventHandler)
Events
[EVENT_LISTCHANGED];
1013
EventHandler eh = (EventHandler)
Events
[EVENT_POSITIONCHANGED];
1550
Events
.AddHandler(EVENT_INITIALIZED, value);
1553
Events
.RemoveHandler(EVENT_INITIALIZED, value);
1560
EventHandler eh = (EventHandler)
Events
[EVENT_INITIALIZED];
winforms\Managed\System\WinForms\CheckBox.cs (9)
143
Events
.AddHandler(EVENT_APPEARANCECHANGED, value);
146
Events
.RemoveHandler(EVENT_APPEARANCECHANGED, value);
474
Events
.AddHandler(EVENT_CHECKEDCHANGED, value);
477
Events
.RemoveHandler(EVENT_CHECKEDCHANGED, value);
490
Events
.AddHandler(EVENT_CHECKSTATECHANGED, value);
493
Events
.RemoveHandler(EVENT_CHECKSTATECHANGED, value);
514
EventHandler eh =
Events
[EVENT_APPEARANCECHANGED] as EventHandler;
538
EventHandler handler = (EventHandler)
Events
[EVENT_CHECKEDCHANGED];
551
EventHandler handler = (EventHandler)
Events
[EVENT_CHECKSTATECHANGED];
winforms\Managed\System\WinForms\ComboBox.cs (25)
1406
Events
.AddHandler(EVENT_DRAWITEM, value);
1409
Events
.RemoveHandler(EVENT_DRAWITEM, value);
1420
Events
.AddHandler(EVENT_DROPDOWN, value);
1423
Events
.RemoveHandler(EVENT_DROPDOWN, value);
1435
Events
.AddHandler(EVENT_MEASUREITEM, value);
1439
Events
.RemoveHandler(EVENT_MEASUREITEM, value);
1452
Events
.AddHandler(EVENT_SELECTEDINDEXCHANGED, value);
1455
Events
.RemoveHandler(EVENT_SELECTEDINDEXCHANGED, value);
1466
Events
.AddHandler(EVENT_SELECTIONCHANGECOMMITTED, value);
1469
Events
.RemoveHandler(EVENT_SELECTIONCHANGECOMMITTED, value);
1480
Events
.AddHandler(EVENT_DROPDOWNSTYLE, value);
1483
Events
.RemoveHandler(EVENT_DROPDOWNSTYLE, value);
1512
Events
.AddHandler(EVENT_TEXTUPDATE, value);
1515
Events
.RemoveHandler(EVENT_TEXTUPDATE, value);
1530
Events
.AddHandler(EVENT_DROPDOWNCLOSED, value);
1533
Events
.RemoveHandler(EVENT_DROPDOWNCLOSED, value);
2543
DrawItemEventHandler handler = (DrawItemEventHandler)
Events
[EVENT_DRAWITEM];
2554
EventHandler handler = (EventHandler)
Events
[EVENT_DROPDOWN];
2628
MeasureItemEventHandler handler = (MeasureItemEventHandler)
Events
[EVENT_MEASUREITEM];
2673
EventHandler handler = (EventHandler)
Events
[EVENT_SELECTIONCHANGECOMMITTED];
2692
EventHandler handler = (EventHandler)
Events
[EVENT_SELECTEDINDEXCHANGED];
2745
EventHandler handler = (EventHandler)
Events
[EVENT_SELECTEDITEMCHANGED];
2754
EventHandler handler = (EventHandler)
Events
[EVENT_DROPDOWNSTYLE];
2958
EventHandler handler = (EventHandler)
Events
[EVENT_DROPDOWNCLOSED];
2987
EventHandler handler = (EventHandler)
Events
[EVENT_TEXTUPDATE];
winforms\Managed\System\WinForms\CommonDialog.cs (3)
85
Events
.AddHandler(EventHelpRequest, value);
88
Events
.RemoveHandler(EventHelpRequest, value);
194
EventHandler handler = (EventHandler)
Events
[EventHelpRequest];
winforms\Managed\System\WinForms\ContextMenuStrip.cs (2)
62
contextMenuStrip.
Events
.AddHandlers(this.
Events
);
winforms\Managed\System\WinForms\Control.cs (213)
976
Events
.AddHandler(EventAutoSizeChanged, value);
979
Events
.RemoveHandler(EventAutoSizeChanged, value);
1136
Events
.AddHandler(EventBackColor, value);
1139
Events
.RemoveHandler(EventBackColor, value);
1172
Events
.AddHandler(EventBackgroundImage, value);
1175
Events
.RemoveHandler(EventBackgroundImage, value);
1227
Events
.AddHandler(EventBackgroundImageLayout, value);
1230
Events
.RemoveHandler(EventBackgroundImageLayout, value);
1336
Events
.AddHandler(EventBindingContext, value);
1339
Events
.RemoveHandler(EventBindingContext, value);
1519
Events
.AddHandler(EventCausesValidation, value);
1522
Events
.RemoveHandler(EventCausesValidation, value);
1628
Events
.AddHandler(EventClientSize, value);
1631
Events
.RemoveHandler(EventClientSize, value);
1736
Events
.AddHandler(EventContextMenu, value);
1739
Events
.RemoveHandler(EventContextMenu, value);
1787
Events
.AddHandler(EventContextMenuStrip, value);
1790
Events
.RemoveHandler(EventContextMenuStrip, value);
2108
Events
.AddHandler(EventCursor, value);
2111
Events
.RemoveHandler(EventCursor, value);
2378
Events
.AddHandler(EventDock, value);
2381
Events
.RemoveHandler(EventDock, value);
2461
Events
.AddHandler(EventEnabled, value);
2464
Events
.RemoveHandler(EventEnabled, value);
2607
Events
.AddHandler(EventFont, value);
2610
Events
.RemoveHandler(EventFont, value);
2759
Events
.AddHandler(EventForeColor, value);
2762
Events
.RemoveHandler(EventForeColor, value);
3247
Events
.AddHandler(EventLocation, value);
3250
Events
.RemoveHandler(EventLocation, value);
3288
Events
.AddHandler(EventMarginChanged, value);
3292
Events
.RemoveHandler(EventMarginChanged, value);
3616
Events
.AddHandler(EventRegionChanged, value);
3619
Events
.RemoveHandler(EventRegionChanged, value);
3792
Events
.AddHandler(EventRightToLeft, value);
3795
Events
.RemoveHandler(EventRightToLeft, value);
3907
Events
.AddHandler(EventSize, value);
3910
Events
.RemoveHandler(EventSize, value);
3950
Events
.AddHandler(EventTabIndex, value);
3953
Events
.RemoveHandler(EventTabIndex, value);
4000
Events
.AddHandler(EventTabStop, value);
4003
Events
.RemoveHandler(EventTabStop, value);
4083
Events
.AddHandler(EventText, value);
4086
Events
.RemoveHandler(EventText, value);
4389
Events
.AddHandler(EventVisible, value);
4392
Events
.RemoveHandler(EventVisible, value);
4577
Events
.AddHandler(EventClick, value);
4580
Events
.RemoveHandler(EventClick, value);
4598
Events
.AddHandler(EventControlAdded, value);
4601
Events
.RemoveHandler(EventControlAdded, value);
4618
Events
.AddHandler(EventControlRemoved, value);
4621
Events
.RemoveHandler(EventControlRemoved, value);
4632
Events
.AddHandler(EventDragDrop, value);
4635
Events
.RemoveHandler(EventDragDrop, value);
4647
Events
.AddHandler(EventDragEnter, value);
4650
Events
.RemoveHandler(EventDragEnter, value);
4662
Events
.AddHandler(EventDragOver, value);
4665
Events
.RemoveHandler(EventDragOver, value);
4677
Events
.AddHandler(EventDragLeave, value);
4680
Events
.RemoveHandler(EventDragLeave, value);
4691
Events
.AddHandler(EventGiveFeedback, value);
4694
Events
.RemoveHandler(EventGiveFeedback, value);
4706
Events
.AddHandler(EventHandleCreated, value);
4709
Events
.RemoveHandler(EventHandleCreated, value);
4721
Events
.AddHandler(EventHandleDestroyed, value);
4724
Events
.RemoveHandler(EventHandleDestroyed, value);
4736
Events
.AddHandler(EventHelpRequested, value);
4739
Events
.RemoveHandler(EventHelpRequested, value);
4751
Events
.AddHandler(EventInvalidated, value);
4754
Events
.RemoveHandler(EventInvalidated, value);
4799
Events
.AddHandler(EventPaddingChanged, value);
4802
Events
.RemoveHandler(EventPaddingChanged, value);
4814
Events
.AddHandler(EventPaint, value);
4817
Events
.RemoveHandler(EventPaint, value);
4829
Events
.AddHandler(EventQueryContinueDrag, value);
4832
Events
.RemoveHandler(EventQueryContinueDrag, value);
4843
Events
.AddHandler(EventQueryAccessibilityHelp, value);
4846
Events
.RemoveHandler(EventQueryAccessibilityHelp, value);
4857
Events
.AddHandler(EventDoubleClick, value);
4860
Events
.RemoveHandler(EventDoubleClick, value);
4871
Events
.AddHandler(EventEnter, value);
4874
Events
.RemoveHandler(EventEnter, value);
4885
Events
.AddHandler(EventGotFocus, value);
4888
Events
.RemoveHandler(EventGotFocus, value);
4899
Events
.AddHandler(EventKeyDown, value);
4902
Events
.RemoveHandler(EventKeyDown, value);
4914
Events
.AddHandler(EventKeyPress, value);
4917
Events
.RemoveHandler(EventKeyPress, value);
4929
Events
.AddHandler(EventKeyUp, value);
4932
Events
.RemoveHandler(EventKeyUp, value);
4943
Events
.AddHandler(EventLayout, value);
4946
Events
.RemoveHandler(EventLayout, value);
4958
Events
.AddHandler(EventLeave, value);
4961
Events
.RemoveHandler(EventLeave, value);
4972
Events
.AddHandler(EventLostFocus, value);
4975
Events
.RemoveHandler(EventLostFocus, value);
4986
Events
.AddHandler(EventMouseClick, value);
4989
Events
.RemoveHandler(EventMouseClick, value);
5001
Events
.AddHandler(EventMouseDoubleClick, value);
5004
Events
.RemoveHandler(EventMouseDoubleClick, value);
5016
Events
.AddHandler(EventMouseCaptureChanged, value);
5019
Events
.RemoveHandler(EventMouseCaptureChanged, value);
5031
Events
.AddHandler(EventMouseDown, value);
5034
Events
.RemoveHandler(EventMouseDown, value);
5046
Events
.AddHandler(EventMouseEnter, value);
5049
Events
.RemoveHandler(EventMouseEnter, value);
5060
Events
.AddHandler(EventMouseLeave, value);
5063
Events
.RemoveHandler(EventMouseLeave, value);
5077
Events
.AddHandler(EventDpiChangedBeforeParent, value);
5080
Events
.RemoveHandler(EventDpiChangedBeforeParent, value);
5094
Events
.AddHandler(EventDpiChangedAfterParent, value);
5097
Events
.RemoveHandler(EventDpiChangedAfterParent, value);
5108
Events
.AddHandler(EventMouseHover, value);
5111
Events
.RemoveHandler(EventMouseHover, value);
5123
Events
.AddHandler(EventMouseMove, value);
5126
Events
.RemoveHandler(EventMouseMove, value);
5138
Events
.AddHandler(EventMouseUp, value);
5141
Events
.RemoveHandler(EventMouseUp, value);
5153
Events
.AddHandler(EventMouseWheel, value);
5156
Events
.RemoveHandler(EventMouseWheel, value);
5168
Events
.AddHandler(EventMove, value);
5171
Events
.RemoveHandler(EventMove, value);
5182
Events
.AddHandler(EventPreviewKeyDown, value);
5186
Events
.RemoveHandler(EventPreviewKeyDown, value);
5199
Events
.AddHandler(EventResize, value);
5202
Events
.RemoveHandler(EventResize, value);
5213
Events
.AddHandler(EventChangeUICues, value);
5216
Events
.RemoveHandler(EventChangeUICues, value);
5227
Events
.AddHandler(EventStyleChanged, value);
5230
Events
.RemoveHandler(EventStyleChanged, value);
5241
Events
.AddHandler(EventSystemColorsChanged, value);
5244
Events
.RemoveHandler(EventSystemColorsChanged, value);
5255
Events
.AddHandler(EventValidating, value);
5258
Events
.RemoveHandler(EventValidating, value);
5270
Events
.AddHandler(EventValidated, value);
5273
Events
.RemoveHandler(EventValidated, value);
5544
Events
.AddHandler(EventParent, value);
5547
Events
.RemoveHandler(EventParent, value);
6318
EventHandler handler = (EventHandler)
Events
[EventHandleCreated];
6329
KeyEventHandler handler = (KeyEventHandler)
Events
[key];
6340
MouseEventHandler handler = (MouseEventHandler)
Events
[key];
7949
EventHandler eh =
Events
[EventAutoSizeChanged] as EventHandler;
7979
EventHandler eh =
Events
[EventBackColor] as EventHandler;
8008
EventHandler eh =
Events
[EventBackgroundImage] as EventHandler;
8037
EventHandler eh =
Events
[EventBackgroundImageLayout] as EventHandler;
8054
EventHandler eh =
Events
[EventBindingContext] as EventHandler;
8077
EventHandler eh =
Events
[EventCausesValidation] as EventHandler;
8101
EventHandler eh =
Events
[EventContextMenu] as EventHandler;
8114
EventHandler eh =
Events
[EventContextMenuStrip] as EventHandler;
8127
EventHandler eh =
Events
[EventCursor] as EventHandler;
8150
EventHandler eh =
Events
[EventDock] as EventHandler;
8180
EventHandler eh =
Events
[EventEnabled] as EventHandler;
8228
EventHandler eh =
Events
[EventFont] as EventHandler;
8262
EventHandler eh =
Events
[EventForeColor] as EventHandler;
8295
EventHandler eh =
Events
[EventRightToLeft] as EventHandler;
8548
EventHandler eh =
Events
[EventTabIndex] as EventHandler;
8561
EventHandler eh =
Events
[EventTabStop] as EventHandler;
8574
EventHandler eh =
Events
[EventText] as EventHandler;
8603
EventHandler eh =
Events
[EventVisible] as EventHandler;
8646
EventHandler eh =
Events
[EventParent] as EventHandler;
8666
EventHandler handler = (EventHandler)
Events
[EventClick];
8677
EventHandler eh =
Events
[EventClientSize] as EventHandler;
8690
ControlEventHandler handler = (ControlEventHandler)
Events
[EventControlAdded];
8701
ControlEventHandler handler = (ControlEventHandler)
Events
[EventControlRemoved];
8807
EventHandler handler = (EventHandler)
Events
[EventHandleCreated];
8849
EventHandler eh =
Events
[EventLocation] as EventHandler;
8865
EventHandler handler = (EventHandler)
Events
[EventHandleDestroyed];
8918
EventHandler handler = (EventHandler)
Events
[EventDoubleClick];
8935
DragEventHandler handler = (DragEventHandler)
Events
[EventDragEnter];
8947
DragEventHandler handler = (DragEventHandler)
Events
[EventDragOver];
8959
EventHandler handler = (EventHandler)
Events
[EventDragLeave];
8971
DragEventHandler handler = (DragEventHandler)
Events
[EventDragDrop];
8984
GiveFeedbackEventHandler handler = (GiveFeedbackEventHandler)
Events
[EventGiveFeedback];
8995
EventHandler handler = (EventHandler)
Events
[EventEnter];
9028
EventHandler handler = (EventHandler)
Events
[EventGotFocus];
9040
HelpEventHandler handler = (HelpEventHandler)
Events
[EventHelpRequested];
9078
InvalidateEventHandler handler = (InvalidateEventHandler)
Events
[EventInvalidated];
9089
KeyEventHandler handler = (KeyEventHandler)
Events
[EventKeyDown];
9100
KeyPressEventHandler handler = (KeyPressEventHandler)
Events
[EventKeyPress];
9111
KeyEventHandler handler = (KeyEventHandler)
Events
[EventKeyUp];
9130
LayoutEventHandler handler = (LayoutEventHandler)
Events
[EventLayout];
9170
EventHandler handler = (EventHandler)
Events
[EventLeave];
9199
EventHandler handler = (EventHandler)
Events
[EventLostFocus];
9205
EventHandler handler = (EventHandler)
Events
[EventMarginChanged];
9216
MouseEventHandler handler = (MouseEventHandler)
Events
[EventMouseDoubleClick];
9227
MouseEventHandler handler = (MouseEventHandler)
Events
[EventMouseClick];
9238
EventHandler handler = (EventHandler)
Events
[EventMouseCaptureChanged];
9249
MouseEventHandler handler = (MouseEventHandler)
Events
[EventMouseDown];
9260
EventHandler handler = (EventHandler)
Events
[EventMouseEnter];
9271
EventHandler handler = (EventHandler)
Events
[EventMouseLeave];
9291
((EventHandler)
Events
[EventDpiChangedBeforeParent])?.Invoke(this, e);
9309
((EventHandler)
Events
[EventDpiChangedAfterParent])?.Invoke(this, e);
9319
EventHandler handler = (EventHandler)
Events
[EventMouseHover];
9330
MouseEventHandler handler = (MouseEventHandler)
Events
[EventMouseMove];
9341
MouseEventHandler handler = (MouseEventHandler)
Events
[EventMouseUp];
9352
MouseEventHandler handler = (MouseEventHandler)
Events
[EventMouseWheel];
9363
EventHandler handler = (EventHandler)
Events
[EventMove];
9377
PaintEventHandler handler = (PaintEventHandler)
Events
[EventPaint];
9386
EventHandler handler = (EventHandler)
Events
[EventPaddingChanged];
9436
QueryContinueDragEventHandler handler = (QueryContinueDragEventHandler)
Events
[EventQueryContinueDrag];
9447
EventHandler eh =
Events
[EventRegionChanged] as EventHandler;
9465
EventHandler handler = (EventHandler)
Events
[EventResize];
9481
PreviewKeyDownEventHandler handler = (PreviewKeyDownEventHandler)
Events
[EventPreviewKeyDown];
9496
EventHandler eh =
Events
[EventSize] as EventHandler;
9510
UICuesEventHandler handler = (UICuesEventHandler)
Events
[EventChangeUICues];
9522
EventHandler handler = (EventHandler)
Events
[EventStyleChanged];
9545
EventHandler handler = (EventHandler)
Events
[EventSystemColorsChanged];
9557
CancelEventHandler handler = (CancelEventHandler)
Events
[EventValidating];
9568
EventHandler handler = (EventHandler)
Events
[EventValidated];
10839
DragEventHandler handler = (DragEventHandler)
Events
[key];
10850
PaintEventHandler handler = (PaintEventHandler)
Events
[EventPaint];
19674
QueryAccessibilityHelpEventHandler handler = (QueryAccessibilityHelpEventHandler)Owner.
Events
[EventQueryAccessibilityHelp];
19838
QueryAccessibilityHelpEventHandler handler = (QueryAccessibilityHelpEventHandler)Owner.
Events
[EventQueryAccessibilityHelp];
winforms\Managed\System\WinForms\Control.Ime.cs (3)
336
Events
.AddHandler( EventImeModeChanged, value );
339
Events
.RemoveHandler( EventImeModeChanged, value );
637
EventHandler handler = (EventHandler)
Events
[EventImeModeChanged];
winforms\Managed\System\WinForms\DataGrid.cs (42)
577
Events
.AddHandler(EVENT_BORDERSTYLECHANGED, value);
580
Events
.RemoveHandler(EVENT_BORDERSTYLECHANGED, value);
879
Events
.AddHandler(EVENT_CAPTIONVISIBLECHANGED, value);
882
Events
.RemoveHandler(EVENT_CAPTIONVISIBLECHANGED, value);
1158
Events
.AddHandler(EVENT_CURRENTCELLCHANGED, value);
1161
Events
.RemoveHandler(EVENT_CURRENTCELLCHANGED, value);
1485
Events
.AddHandler(EVENT_DATASOURCECHANGED, value);
1488
Events
.RemoveHandler(EVENT_DATASOURCECHANGED, value);
1920
Events
.AddHandler(EVENT_PARENTROWSLABELSTYLECHANGED, value);
1923
Events
.RemoveHandler(EVENT_PARENTROWSLABELSTYLECHANGED, value);
1982
Events
.AddHandler(EVENT_FLATMODECHANGED, value);
1985
Events
.RemoveHandler(EVENT_FLATMODECHANGED, value);
2108
Events
.AddHandler(EVENT_BACKGROUNDCOLORCHANGED, value);
2111
Events
.RemoveHandler(EVENT_BACKGROUNDCOLORCHANGED, value);
2486
Events
.AddHandler(EVENT_ALLOWNAVIGATIONCHANGED, value);
2489
Events
.RemoveHandler(EVENT_ALLOWNAVIGATIONCHANGED, value);
2792
Events
.AddHandler(EVENT_READONLYCHANGED, value);
2795
Events
.RemoveHandler(EVENT_READONLYCHANGED, value);
2863
Events
.AddHandler(EVENT_PARENTROWSVISIBLECHANGED, value);
2866
Events
.RemoveHandler(EVENT_PARENTROWSVISIBLECHANGED, value);
3367
EventHandler eh =
Events
[EVENT_BORDERSTYLECHANGED] as EventHandler;
3378
EventHandler eh =
Events
[EVENT_CAPTIONVISIBLECHANGED] as EventHandler;
3389
EventHandler eh =
Events
[EVENT_CURRENTCELLCHANGED] as EventHandler;
3422
EventHandler eh =
Events
[EVENT_FLATMODECHANGED] as EventHandler;
3433
EventHandler eh =
Events
[EVENT_BACKGROUNDCOLORCHANGED] as EventHandler;
3444
EventHandler eh =
Events
[EVENT_ALLOWNAVIGATIONCHANGED] as EventHandler;
3455
EventHandler eh =
Events
[EVENT_PARENTROWSVISIBLECHANGED] as EventHandler;
3466
EventHandler eh =
Events
[EVENT_PARENTROWSLABELSTYLECHANGED] as EventHandler;
3477
EventHandler eh =
Events
[EVENT_READONLYCHANGED] as EventHandler;
3527
EventHandler handler = (EventHandler)
Events
[EVENT_NODECLICKED];
3553
EventHandler handler = (EventHandler)
Events
[EVENT_SCROLL];
3719
EventHandler handler = (EventHandler)
Events
[EVENT_BACKBUTTONCLICK];
3768
EventHandler eh =
Events
[EVENT_DATASOURCECHANGED] as EventHandler;
3787
EventHandler handler = (EventHandler)
Events
[EVENT_DOWNBUTTONCLICK];
4608
Events
.AddHandler(EVENT_NODECLICKED, value);
4611
Events
.RemoveHandler(EVENT_NODECLICKED, value);
4624
Events
.AddHandler(EVENT_SCROLL, value);
4627
Events
.RemoveHandler(EVENT_SCROLL, value);
8527
Events
.AddHandler(EVENT_BACKBUTTONCLICK, value);
8530
Events
.RemoveHandler(EVENT_BACKBUTTONCLICK, value);
8546
Events
.AddHandler(EVENT_DOWNBUTTONCLICK, value);
8549
Events
.RemoveHandler(EVENT_DOWNBUTTONCLICK, value);
winforms\Managed\System\WinForms\DataGridBoolColumn.cs (9)
84
Events
.AddHandler(EventTrueValue, value);
87
Events
.RemoveHandler(EventTrueValue, value);
113
Events
.AddHandler(EventFalseValue, value);
116
Events
.RemoveHandler(EventFalseValue, value);
337
EventHandler eh = this.
Events
[EventTrueValue] as EventHandler;
342
EventHandler eh = this.
Events
[EventFalseValue] as EventHandler;
347
EventHandler eh = this.
Events
[EventAllowNull] as EventHandler;
452
Events
.AddHandler(EventAllowNull, value);
455
Events
.RemoveHandler(EventAllowNull, value);
winforms\Managed\System\WinForms\DataGridColumn.cs (21)
135
Events
.AddHandler(EventAlignment, value);
138
Events
.RemoveHandler(EventAlignment, value);
333
Events
.AddHandler(EventPropertyDescriptor, value);
336
Events
.RemoveHandler(EventPropertyDescriptor, value);
622
Events
.AddHandler(EventHeaderText, value);
625
Events
.RemoveHandler(EventHeaderText, value);
664
Events
.AddHandler(EventMappingName, value);
667
Events
.RemoveHandler(EventMappingName, value);
717
Events
.AddHandler(EventNullText, value);
720
Events
.RemoveHandler(EventNullText, value);
744
Events
.AddHandler(EventReadOnly, value);
747
Events
.RemoveHandler(EventReadOnly, value);
807
Events
.AddHandler(EventWidth, value);
810
Events
.RemoveHandler(EventWidth, value);
1096
EventHandler eh =
Events
[EventPropertyDescriptor] as EventHandler;
1101
EventHandler eh =
Events
[EventAlignment] as EventHandler;
1106
EventHandler eh =
Events
[EventHeaderText] as EventHandler;
1111
EventHandler eh =
Events
[EventMappingName] as EventHandler;
1116
EventHandler eh =
Events
[EventReadOnly] as EventHandler;
1121
EventHandler eh =
Events
[EventNullText] as EventHandler;
1126
EventHandler eh =
Events
[EventWidth] as EventHandler;
winforms\Managed\System\WinForms\DataGridTable.cs (60)
146
Events
.AddHandler(EventAllowSorting, value);
149
Events
.RemoveHandler(EventAllowSorting, value);
190
Events
.AddHandler(EventAlternatingBackColor, value);
193
Events
.RemoveHandler(EventAlternatingBackColor, value);
281
Events
.AddHandler(EventBackColor, value);
284
Events
.RemoveHandler(EventBackColor, value);
432
Events
.AddHandler(EventForeColor, value);
435
Events
.RemoveHandler(EventForeColor, value);
489
Events
.AddHandler(EventGridLineColor, value);
492
Events
.RemoveHandler(EventGridLineColor, value);
564
Events
.AddHandler(EventGridLineStyle, value);
567
Events
.RemoveHandler(EventGridLineStyle, value);
613
Events
.AddHandler(EventHeaderBackColor, value);
616
Events
.RemoveHandler(EventHeaderBackColor, value);
682
Events
.AddHandler(EventHeaderFont, value);
685
Events
.RemoveHandler(EventHeaderFont, value);
751
Events
.AddHandler(EventHeaderForeColor, value);
754
Events
.RemoveHandler(EventHeaderForeColor, value);
822
Events
.AddHandler(EventLinkColor, value);
825
Events
.RemoveHandler(EventLinkColor, value);
880
Events
.AddHandler(EventLinkHoverColor, value);
883
Events
.RemoveHandler(EventLinkHoverColor, value);
1003
Events
.AddHandler(EventPreferredColumnWidth, value);
1006
Events
.RemoveHandler(EventPreferredColumnWidth, value);
1064
Events
.AddHandler(EventPreferredRowHeight, value);
1067
Events
.RemoveHandler(EventPreferredRowHeight, value);
1115
Events
.AddHandler(EventColumnHeadersVisible, value);
1118
Events
.RemoveHandler(EventColumnHeadersVisible, value);
1153
Events
.AddHandler(EventRowHeadersVisible, value);
1156
Events
.RemoveHandler(EventRowHeadersVisible, value);
1198
Events
.AddHandler(EventRowHeaderWidth, value);
1201
Events
.RemoveHandler(EventRowHeaderWidth, value);
1242
Events
.AddHandler(EventSelectionBackColor, value);
1245
Events
.RemoveHandler(EventSelectionBackColor, value);
1315
Events
.AddHandler(EventSelectionForeColor, value);
1318
Events
.RemoveHandler(EventSelectionForeColor, value);
1534
Events
.AddHandler(EventMappingName, value);
1537
Events
.RemoveHandler(EventMappingName, value);
1626
Events
.AddHandler(EventReadOnly, value);
1629
Events
.RemoveHandler(EventReadOnly, value);
1715
EventHandler eh =
Events
[EventReadOnly] as EventHandler;
1725
EventHandler eh =
Events
[EventMappingName] as EventHandler;
1732
EventHandler eh =
Events
[EventAlternatingBackColor] as EventHandler;
1739
EventHandler eh =
Events
[EventBackColor] as EventHandler;
1746
EventHandler eh =
Events
[EventForeColor] as EventHandler;
1756
EventHandler eh =
Events
[EventAllowSorting] as EventHandler;
1765
EventHandler eh =
Events
[EventGridLineColor] as EventHandler;
1774
EventHandler eh =
Events
[EventGridLineStyle] as EventHandler;
1783
EventHandler eh =
Events
[EventHeaderBackColor] as EventHandler;
1792
EventHandler eh =
Events
[EventHeaderFont] as EventHandler;
1801
EventHandler eh =
Events
[EventHeaderForeColor] as EventHandler;
1810
EventHandler eh =
Events
[EventLinkColor] as EventHandler;
1819
EventHandler eh =
Events
[EventLinkHoverColor] as EventHandler;
1828
EventHandler eh =
Events
[EventPreferredRowHeight] as EventHandler;
1837
EventHandler eh =
Events
[EventPreferredColumnWidth] as EventHandler;
1846
EventHandler eh =
Events
[EventColumnHeadersVisible] as EventHandler;
1855
EventHandler eh =
Events
[EventRowHeadersVisible] as EventHandler;
1864
EventHandler eh =
Events
[EventRowHeaderWidth] as EventHandler;
1873
EventHandler eh =
Events
[EventSelectionForeColor] as EventHandler;
1882
EventHandler eh =
Events
[EventSelectionBackColor] as EventHandler;
winforms\Managed\System\WinForms\DataGridView.cs (236)
768
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWALLOWUSERTOADDROWSCHANGED, value);
772
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWALLOWUSERTOADDROWSCHANGED, value);
822
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWALLOWUSERTODELETEROWSCHANGED, value);
826
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWALLOWUSERTODELETEROWSCHANGED, value);
861
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWALLOWUSERTOORDERCOLUMNSCHANGED, value);
865
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWALLOWUSERTOORDERCOLUMNSCHANGED, value);
906
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWALLOWUSERTORESIZECOLUMNSCHANGED, value);
910
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWALLOWUSERTORESIZECOLUMNSCHANGED, value);
951
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWALLOWUSERTORESIZEROWSCHANGED, value);
955
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWALLOWUSERTORESIZEROWSCHANGED, value);
1002
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWALTERNATINGROWSDEFAULTCELLSTYLECHANGED, value);
1006
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWALTERNATINGROWSDEFAULTCELLSTYLECHANGED, value);
1060
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWAUTOGENERATECOLUMNSCHANGED, value);
1064
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWAUTOGENERATECOLUMNSCHANGED, value);
1163
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWAUTOSIZECOLUMNSMODECHANGED, value);
1167
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWAUTOSIZECOLUMNSMODECHANGED, value);
1224
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWAUTOSIZEROWSMODECHANGED, value);
1228
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWAUTOSIZEROWSMODECHANGED, value);
1318
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWBACKGROUNDCOLORCHANGED, value);
1322
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWBACKGROUNDCOLORCHANGED, value);
1443
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWBORDERSTYLECHANGED, value);
1447
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWBORDERSTYLECHANGED, value);
1675
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLBORDERSTYLECHANGED, value);
1679
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLBORDERSTYLECHANGED, value);
1902
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNHEADERSBORDERSTYLECHANGED, value);
1906
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNHEADERSBORDERSTYLECHANGED, value);
1972
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNHEADERSDEFAULTCELLSTYLECHANGED, value);
1976
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNHEADERSDEFAULTCELLSTYLECHANGED, value);
2022
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNHEADERSHEIGHTCHANGED, value);
2026
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNHEADERSHEIGHTCHANGED, value);
2082
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNHEADERSHEIGHTSIZEMODECHANGED, value);
2086
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNHEADERSHEIGHTSIZEMODECHANGED, value);
2399
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWDATAMEMBERCHANGED, value);
2403
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWDATAMEMBERCHANGED, value);
2465
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWDATASOURCECHANGED, value);
2469
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWDATASOURCECHANGED, value);
2600
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWDEFAULTCELLSTYLECHANGED, value);
2604
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWDEFAULTCELLSTYLECHANGED, value);
2745
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWEDITMODECHANGED, value);
2749
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWEDITMODECHANGED, value);
3354
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWGRIDCOLORCHANGED, value);
3358
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWGRIDCOLORCHANGED, value);
3809
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWMULTISELECTCHANGED, value);
3813
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWMULTISELECTCHANGED, value);
3991
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWREADONLYCHANGED, value);
3995
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWREADONLYCHANGED, value);
4190
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWHEADERSBORDERSTYLECHANGED, value);
4194
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWHEADERSBORDERSTYLECHANGED, value);
4241
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWHEADERSDEFAULTCELLSTYLECHANGED, value);
4245
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWHEADERSDEFAULTCELLSTYLECHANGED, value);
4361
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWHEADERSWIDTHCHANGED, value);
4365
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWHEADERSWIDTHCHANGED, value);
4425
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWHEADERSWIDTHSIZEMODECHANGED, value);
4429
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWHEADERSWIDTHSIZEMODECHANGED, value);
4492
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWSDEFAULTCELLSTYLECHANGED, value);
4496
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWSDEFAULTCELLSTYLECHANGED, value);
5307
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWAUTOSIZECOLUMNMODECHANGED, value);
5311
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWAUTOSIZECOLUMNMODECHANGED, value);
5324
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCANCELROWEDIT, value);
5328
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCANCELROWEDIT, value);
5341
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLBEGINEDIT, value);
5345
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLBEGINEDIT, value);
5358
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLCLICK, value);
5362
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLCLICK, value);
5375
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLCONTENTCLICK, value);
5379
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLCONTENTCLICK, value);
5392
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLCONTENTDOUBLECLICK, value);
5396
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLCONTENTDOUBLECLICK, value);
5410
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLCONTEXTMENUSTRIPCHANGED, value);
5414
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLCONTEXTMENUSTRIPCHANGED, value);
5428
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLCONTEXTMENUSTRIPNEEDED, value);
5432
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLCONTEXTMENUSTRIPNEEDED, value);
5445
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLDOUBLECLICK, value);
5449
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLDOUBLECLICK, value);
5462
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLENDEDIT, value);
5466
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLENDEDIT, value);
5479
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLENTER, value);
5483
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLENTER, value);
5496
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLERRORTEXTCHANGED, value);
5500
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLERRORTEXTCHANGED, value);
5514
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLERRORTEXTNEEDED, value);
5518
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLERRORTEXTNEEDED, value);
5531
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLFORMATTING, value);
5535
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLFORMATTING, value);
5548
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLLEAVE, value);
5552
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLLEAVE, value);
5565
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLMOUSECLICK, value);
5569
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLMOUSECLICK, value);
5582
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLMOUSEDOUBLECLICK, value);
5586
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLMOUSEDOUBLECLICK, value);
5599
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLMOUSEDOWN, value);
5603
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLMOUSEDOWN, value);
5616
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLMOUSEENTER, value);
5620
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLMOUSEENTER, value);
5633
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLMOUSELEAVE, value);
5637
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLMOUSELEAVE, value);
5650
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLMOUSEMOVE, value);
5654
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLMOUSEMOVE, value);
5667
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLMOUSEUP, value);
5671
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLMOUSEUP, value);
5684
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLPAINTING, value);
5688
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLPAINTING, value);
5701
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLPARSING, value);
5705
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLPARSING, value);
5718
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLSTATECHANGED, value);
5722
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLSTATECHANGED, value);
5735
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLSTYLECHANGED, value);
5739
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLSTYLECHANGED, value);
5752
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLSTYLECONTENTCHANGED, value);
5756
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLSTYLECONTENTCHANGED, value);
5769
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLTOOLTIPTEXTCHANGED, value);
5773
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLTOOLTIPTEXTCHANGED, value);
5787
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLTOOLTIPTEXTNEEDED, value);
5791
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLTOOLTIPTEXTNEEDED, value);
5804
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLVALIDATED, value);
5808
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLVALIDATED, value);
5821
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLVALIDATING, value);
5825
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLVALIDATING, value);
5838
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLVALUECHANGED, value);
5842
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLVALUECHANGED, value);
5856
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLVALUENEEDED, value);
5860
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLVALUENEEDED, value);
5874
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCELLVALUEPUSHED, value);
5878
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCELLVALUEPUSHED, value);
5891
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNADDED, value);
5895
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNADDED, value);
5908
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNCONTEXTMENUSTRIPCHANGED, value);
5912
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNCONTEXTMENUSTRIPCHANGED, value);
5925
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNDATAPROPERTYNAMECHANGED, value);
5929
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNDATAPROPERTYNAMECHANGED, value);
5942
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNDEFAULTCELLSTYLECHANGED, value);
5946
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNDEFAULTCELLSTYLECHANGED, value);
5959
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNDISPLAYINDEXCHANGED, value);
5963
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNDISPLAYINDEXCHANGED, value);
5976
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNDIVIDERDOUBLECLICK, value);
5980
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNDIVIDERDOUBLECLICK, value);
5993
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNDIVIDERWIDTHCHANGED, value);
5997
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNDIVIDERWIDTHCHANGED, value);
6010
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNHEADERMOUSECLICK, value);
6014
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNHEADERMOUSECLICK, value);
6027
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNHEADERMOUSEDOUBLECLICK, value);
6031
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNHEADERMOUSEDOUBLECLICK, value);
6044
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNHEADERCELLCHANGED, value);
6048
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNHEADERCELLCHANGED, value);
6061
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNMINIMUMWIDTHCHANGED, value);
6065
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNMINIMUMWIDTHCHANGED, value);
6078
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNNAMECHANGED, value);
6082
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNNAMECHANGED, value);
6095
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNREMOVED, value);
6099
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNREMOVED, value);
6126
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNSORTMODECHANGED, value);
6130
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNSORTMODECHANGED, value);
6143
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNSTATECHANGED, value);
6147
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNSTATECHANGED, value);
6160
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNTOOLTIPTEXTCHANGED, value);
6164
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNTOOLTIPTEXTCHANGED, value);
6177
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCOLUMNWIDTHCHANGED, value);
6181
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNWIDTHCHANGED, value);
6194
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCURRENTCELLCHANGED, value);
6198
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCURRENTCELLCHANGED, value);
6212
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWCURRENTCELLDIRTYSTATECHANGED, value);
6216
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWCURRENTCELLDIRTYSTATECHANGED, value);
6229
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWDATABINDINGCOMPLETE, value);
6233
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWDATABINDINGCOMPLETE, value);
6246
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWDATAERROR, value);
6250
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWDATAERROR, value);
6264
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWDEFAULTVALUESNEEDED, value);
6268
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWDEFAULTVALUESNEEDED, value);
6281
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWEDITINGCONTROLSHOWING, value);
6285
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWEDITINGCONTROLSHOWING, value);
6326
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWNEWROWNEEDED, value);
6330
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWNEWROWNEEDED, value);
6343
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWCONTEXTMENUSTRIPCHANGED, value);
6347
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWCONTEXTMENUSTRIPCHANGED, value);
6361
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWCONTEXTMENUSTRIPNEEDED, value);
6365
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWCONTEXTMENUSTRIPNEEDED, value);
6378
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWDEFAULTCELLSTYLECHANGED, value);
6382
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWDEFAULTCELLSTYLECHANGED, value);
6396
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWDIRTYSTATENEEDED, value);
6400
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWDIRTYSTATENEEDED, value);
6413
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWDIVIDERDOUBLECLICK, value);
6417
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWDIVIDERDOUBLECLICK, value);
6430
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWDIVIDERHEIGHTCHANGED, value);
6434
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWDIVIDERHEIGHTCHANGED, value);
6447
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWENTER, value);
6451
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWENTER, value);
6464
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWERRORTEXTCHANGED, value);
6468
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWERRORTEXTCHANGED, value);
6482
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWERRORTEXTNEEDED, value);
6486
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWERRORTEXTNEEDED, value);
6499
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWHEADERMOUSECLICK, value);
6503
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWHEADERMOUSECLICK, value);
6516
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWHEADERMOUSEDOUBLECLICK, value);
6520
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWHEADERMOUSEDOUBLECLICK, value);
6533
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWHEADERCELLCHANGED, value);
6537
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWHEADERCELLCHANGED, value);
6550
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWHEIGHTCHANGED, value);
6554
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWHEIGHTCHANGED, value);
6568
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWHEIGHTINFONEEDED, value);
6572
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWHEIGHTINFONEEDED, value);
6598
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWHEIGHTINFOPUSHED, value);
6602
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWHEIGHTINFOPUSHED, value);
6615
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWLEAVE, value);
6619
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWLEAVE, value);
6632
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWMINIMUMHEIGHTCHANGED, value);
6636
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWMINIMUMHEIGHTCHANGED, value);
6649
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWPOSTPAINT, value);
6653
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWPOSTPAINT, value);
6678
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWPREPAINT, value);
6682
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWPREPAINT, value);
6707
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWSADDED, value);
6711
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWSADDED, value);
6724
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWSREMOVED, value);
6728
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWSREMOVED, value);
6741
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWSTATECHANGED, value);
6745
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWSTATECHANGED, value);
6759
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWUNSHARED, value);
6763
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWUNSHARED, value);
6776
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWVALIDATED, value);
6780
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWVALIDATED, value);
6793
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWROWVALIDATING, value);
6797
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWROWVALIDATING, value);
6810
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWSCROLL, value);
6814
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWSCROLL, value);
6827
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWSELECTIONCHANGED, value);
6831
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWSELECTIONCHANGED, value);
6845
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWSORTCOMPARE, value);
6849
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWSORTCOMPARE, value);
6862
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWSORTED, value);
6866
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWSORTED, value);
6897
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWUSERADDEDROW, value);
6901
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWUSERADDEDROW, value);
6928
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWUSERDELETEDROW, value);
6932
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWUSERDELETEDROW, value);
6945
this.
Events
.AddHandler(EVENT_DATAGRIDVIEWUSERDELETINGROW, value);
6949
this.
Events
.RemoveHandler(EVENT_DATAGRIDVIEWUSERDELETINGROW, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (119)
11251
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWALLOWUSERTOADDROWSCHANGED] as EventHandler;
11261
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWALLOWUSERTODELETEROWSCHANGED] as EventHandler;
11271
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWALLOWUSERTOORDERCOLUMNSCHANGED] as EventHandler;
11281
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWALLOWUSERTORESIZECOLUMNSCHANGED] as EventHandler;
11291
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWALLOWUSERTORESIZEROWSCHANGED] as EventHandler;
11315
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWALTERNATINGROWSDEFAULTCELLSTYLECHANGED] as EventHandler;
11330
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWAUTOGENERATECOLUMNSCHANGED] as EventHandler;
11410
DataGridViewAutoSizeColumnModeEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWAUTOSIZECOLUMNMODECHANGED] as DataGridViewAutoSizeColumnModeEventHandler;
11497
DataGridViewAutoSizeColumnsModeEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWAUTOSIZECOLUMNSMODECHANGED] as DataGridViewAutoSizeColumnsModeEventHandler;
11530
DataGridViewAutoSizeModeEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWAUTOSIZEROWSMODECHANGED] as DataGridViewAutoSizeModeEventHandler;
11542
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWBACKGROUNDCOLORCHANGED] as EventHandler;
11702
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWBORDERSTYLECHANGED] as EventHandler;
11712
QuestionEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCANCELROWEDIT] as QuestionEventHandler;
11732
DataGridViewCellCancelEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLBEGINEDIT] as DataGridViewCellCancelEventHandler;
11745
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLBORDERSTYLECHANGED] as EventHandler;
11781
DataGridViewCellEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLCLICK] as DataGridViewCellEventHandler;
11867
DataGridViewCellEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLCONTENTCLICK] as DataGridViewCellEventHandler;
11903
DataGridViewCellEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLCONTENTDOUBLECLICK] as DataGridViewCellEventHandler;
11928
DataGridViewCellEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLCONTEXTMENUSTRIPCHANGED] as DataGridViewCellEventHandler;
11954
DataGridViewCellContextMenuStripNeededEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLCONTEXTMENUSTRIPNEEDED] as DataGridViewCellContextMenuStripNeededEventHandler;
11985
DataGridViewCellEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLDOUBLECLICK] as DataGridViewCellEventHandler;
12004
DataGridViewCellEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLENDEDIT] as DataGridViewCellEventHandler;
12044
DataGridViewCellEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLENTER] as DataGridViewCellEventHandler;
12079
DataGridViewCellEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLERRORTEXTCHANGED] as DataGridViewCellEventHandler;
12107
DataGridViewCellErrorTextNeededEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLERRORTEXTNEEDED] as DataGridViewCellErrorTextNeededEventHandler;
12137
DataGridViewCellFormattingEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLFORMATTING] as DataGridViewCellFormattingEventHandler;
12177
DataGridViewCellEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLLEAVE] as DataGridViewCellEventHandler;
12215
DataGridViewCellMouseEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLMOUSECLICK] as DataGridViewCellMouseEventHandler;
12247
DataGridViewCellMouseEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLMOUSEDOUBLECLICK] as DataGridViewCellMouseEventHandler;
12322
DataGridViewCellMouseEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLMOUSEDOWN] as DataGridViewCellMouseEventHandler;
12943
DataGridViewCellEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLMOUSEENTER] as DataGridViewCellEventHandler;
12977
DataGridViewCellEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLMOUSELEAVE] as DataGridViewCellEventHandler;
13008
DataGridViewCellMouseEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLMOUSEMOVE] as DataGridViewCellMouseEventHandler;
13076
DataGridViewCellMouseEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLMOUSEUP] as DataGridViewCellMouseEventHandler;
13095
DataGridViewCellPaintingEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLPAINTING] as DataGridViewCellPaintingEventHandler;
13124
DataGridViewCellParsingEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLPARSING] as DataGridViewCellParsingEventHandler;
13178
DataGridViewCellStateChangedEventHandler eh =
Events
[EVENT_DATAGRIDVIEWCELLSTATECHANGED] as DataGridViewCellStateChangedEventHandler;
13224
DataGridViewCellEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLSTYLECHANGED] as DataGridViewCellEventHandler;
13383
DataGridViewCellStyleContentChangedEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLSTYLECONTENTCHANGED] as DataGridViewCellStyleContentChangedEventHandler;
13408
DataGridViewCellEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLTOOLTIPTEXTCHANGED] as DataGridViewCellEventHandler;
13434
DataGridViewCellToolTipTextNeededEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLTOOLTIPTEXTNEEDED] as DataGridViewCellToolTipTextNeededEventHandler;
13474
DataGridViewCellEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLVALIDATED] as DataGridViewCellEventHandler;
13528
DataGridViewCellValidatingEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLVALIDATING] as DataGridViewCellValidatingEventHandler;
13563
DataGridViewCellEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLVALUECHANGED] as DataGridViewCellEventHandler;
13595
DataGridViewCellValueEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLVALUENEEDED] as DataGridViewCellValueEventHandler;
13621
DataGridViewCellValueEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCELLVALUEPUSHED] as DataGridViewCellValueEventHandler;
13701
DataGridViewColumnEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNADDED] as DataGridViewColumnEventHandler;
13768
DataGridViewColumnEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNCONTEXTMENUSTRIPCHANGED] as DataGridViewColumnEventHandler;
13803
DataGridViewColumnEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNDATAPROPERTYNAMECHANGED] as DataGridViewColumnEventHandler;
13819
DataGridViewColumnEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNDEFAULTCELLSTYLECHANGED] as DataGridViewColumnEventHandler;
13899
DataGridViewColumnEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNDISPLAYINDEXCHANGED] as DataGridViewColumnEventHandler;
13930
DataGridViewColumnDividerDoubleClickEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNDIVIDERDOUBLECLICK] as DataGridViewColumnDividerDoubleClickEventHandler;
13968
DataGridViewColumnEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNDIVIDERWIDTHCHANGED] as DataGridViewColumnEventHandler;
14054
DataGridViewColumnEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNHEADERCELLCHANGED] as DataGridViewColumnEventHandler;
14137
DataGridViewCellMouseEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNHEADERMOUSECLICK] as DataGridViewCellMouseEventHandler;
14147
DataGridViewCellMouseEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNHEADERMOUSEDOUBLECLICK] as DataGridViewCellMouseEventHandler;
14352
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNHEADERSBORDERSTYLECHANGED] as EventHandler;
14377
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNHEADERSDEFAULTCELLSTYLECHANGED] as EventHandler;
14442
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNHEADERSHEIGHTCHANGED] as EventHandler;
14466
DataGridViewAutoSizeModeEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNHEADERSHEIGHTSIZEMODECHANGED] as DataGridViewAutoSizeModeEventHandler;
14516
DataGridViewColumnEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNMINIMUMWIDTHCHANGED] as DataGridViewColumnEventHandler;
14570
DataGridViewColumnEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNNAMECHANGED] as DataGridViewColumnEventHandler;
14587
DataGridViewColumnEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNREMOVED] as DataGridViewColumnEventHandler;
14772
DataGridViewColumnEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNSORTMODECHANGED] as DataGridViewColumnEventHandler;
14892
DataGridViewColumnStateChangedEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNSTATECHANGED] as DataGridViewColumnStateChangedEventHandler;
14929
DataGridViewColumnEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNTOOLTIPTEXTCHANGED] as DataGridViewColumnEventHandler;
14991
DataGridViewColumnEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCOLUMNWIDTHCHANGED] as DataGridViewColumnEventHandler;
15028
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCURRENTCELLCHANGED] as EventHandler;
15054
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWCURRENTCELLDIRTYSTATECHANGED] as EventHandler;
15079
DataGridViewBindingCompleteEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWDATABINDINGCOMPLETE] as DataGridViewBindingCompleteEventHandler;
15092
DataGridViewDataErrorEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWDATAERROR] as DataGridViewDataErrorEventHandler;
15146
DataGridViewRowStateChangedEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWSTATECHANGED] as DataGridViewRowStateChangedEventHandler;
15368
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWDATAMEMBERCHANGED] as EventHandler;
15386
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWDATASOURCECHANGED] as EventHandler;
15415
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWDEFAULTCELLSTYLECHANGED] as EventHandler;
15425
DataGridViewRowEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWDEFAULTVALUESNEEDED] as DataGridViewRowEventHandler;
15457
DataGridViewEditingControlShowingEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWEDITINGCONTROLSHOWING] as DataGridViewEditingControlShowingEventHandler;
15476
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWEDITMODECHANGED] as EventHandler;
15714
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWGRIDCOLORCHANGED] as EventHandler;
17084
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWMULTISELECTCHANGED] as EventHandler;
17098
DataGridViewRowEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWNEWROWNEEDED] as DataGridViewRowEventHandler;
17303
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWREADONLYCHANGED] as EventHandler;
18015
DataGridViewRowEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWCONTEXTMENUSTRIPCHANGED] as DataGridViewRowEventHandler;
18032
DataGridViewRowContextMenuStripNeededEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWCONTEXTMENUSTRIPNEEDED] as DataGridViewRowContextMenuStripNeededEventHandler;
18049
DataGridViewRowEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWDEFAULTCELLSTYLECHANGED] as DataGridViewRowEventHandler;
18059
QuestionEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWDIRTYSTATENEEDED] as QuestionEventHandler;
18069
DataGridViewRowDividerDoubleClickEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWDIVIDERDOUBLECLICK] as DataGridViewRowDividerDoubleClickEventHandler;
18105
DataGridViewRowEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWDIVIDERHEIGHTCHANGED] as DataGridViewRowEventHandler;
18201
DataGridViewCellEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWENTER] as DataGridViewCellEventHandler;
18230
DataGridViewRowEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWERRORTEXTCHANGED] as DataGridViewRowEventHandler;
18248
DataGridViewRowErrorTextNeededEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWERRORTEXTNEEDED] as DataGridViewRowErrorTextNeededEventHandler;
18325
DataGridViewRowEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWHEADERCELLCHANGED] as DataGridViewRowEventHandler;
18391
DataGridViewCellMouseEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWHEADERMOUSECLICK] as DataGridViewCellMouseEventHandler;
18401
DataGridViewCellMouseEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWHEADERMOUSEDOUBLECLICK] as DataGridViewCellMouseEventHandler;
18638
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWHEADERSBORDERSTYLECHANGED] as EventHandler;
18663
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWHEADERSDEFAULTCELLSTYLECHANGED] as EventHandler;
18723
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWHEADERSWIDTHCHANGED] as EventHandler;
18750
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWHEADERSWIDTHSIZEMODECHANGED] as EventHandler;
18766
DataGridViewRowEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWHEIGHTCHANGED] as DataGridViewRowEventHandler;
18786
DataGridViewRowHeightInfoNeededEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWHEIGHTINFONEEDED] as DataGridViewRowHeightInfoNeededEventHandler;
18813
DataGridViewRowHeightInfoPushedEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWHEIGHTINFOPUSHED] as DataGridViewRowHeightInfoPushedEventHandler;
18849
DataGridViewCellEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWLEAVE] as DataGridViewCellEventHandler;
18870
DataGridViewRowEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWMINIMUMHEIGHTCHANGED] as DataGridViewRowEventHandler;
18880
DataGridViewRowPostPaintEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWPOSTPAINT] as DataGridViewRowPostPaintEventHandler;
18890
DataGridViewRowPrePaintEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWPREPAINT] as DataGridViewRowPrePaintEventHandler;
18905
DataGridViewRowsAddedEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWSADDED] as DataGridViewRowsAddedEventHandler;
18929
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWSDEFAULTCELLSTYLECHANGED] as EventHandler;
19089
DataGridViewRowsRemovedEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWSREMOVED] as DataGridViewRowsRemovedEventHandler;
19206
DataGridViewRowStateChangedEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWSTATECHANGED] as DataGridViewRowStateChangedEventHandler;
19249
DataGridViewRowEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWUNSHARED] as DataGridViewRowEventHandler;
19284
DataGridViewCellCancelEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWVALIDATING] as DataGridViewCellCancelEventHandler;
19331
DataGridViewCellEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWROWVALIDATED] as DataGridViewCellEventHandler;
19443
ScrollEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWSCROLL] as ScrollEventHandler;
19455
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWSELECTIONCHANGED] as EventHandler;
19473
DataGridViewSortCompareEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWSORTCOMPARE] as DataGridViewSortCompareEventHandler;
19483
EventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWSORTED] as EventHandler;
19553
DataGridViewRowEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWUSERADDEDROW] as DataGridViewRowEventHandler;
19563
DataGridViewRowEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWUSERDELETEDROW] as DataGridViewRowEventHandler;
19573
DataGridViewRowCancelEventHandler eh = this.
Events
[EVENT_DATAGRIDVIEWUSERDELETINGROW] as DataGridViewRowCancelEventHandler;
winforms\Managed\System\WinForms\DateTimePicker.cs (3)
657
Events
.AddHandler(EVENT_FORMATCHANGED, value);
660
Events
.RemoveHandler(EVENT_FORMATCHANGED, value);
1238
EventHandler eh =
Events
[EVENT_FORMATCHANGED] as EventHandler;
winforms\Managed\System\WinForms\FileDialog.cs (3)
606
Events
.AddHandler(EventFileOk, value);
609
Events
.RemoveHandler(EventFileOk, value);
858
CancelEventHandler handler = (CancelEventHandler)
Events
[EventFileOk];
winforms\Managed\System\WinForms\FontDialog.cs (3)
447
Events
.AddHandler(EventApply, value);
450
Events
.RemoveHandler(EventApply, value);
519
EventHandler handler = (EventHandler)
Events
[EventApply];
winforms\Managed\System\WinForms\Form.cs (63)
1283
Events
.AddHandler(EVENT_HELPBUTTONCLICKED, value);
1286
Events
.RemoveHandler(EVENT_HELPBUTTONCLICKED, value);
1553
Events
.AddHandler(EVENT_MAXIMIZEDBOUNDSCHANGED, value);
1557
Events
.RemoveHandler(EVENT_MAXIMIZEDBOUNDSCHANGED, value);
1623
Events
.AddHandler(EVENT_MAXIMUMSIZECHANGED, value);
1627
Events
.RemoveHandler(EVENT_MAXIMUMSIZECHANGED, value);
1798
Events
.AddHandler(EVENT_MINIMUMSIZECHANGED, value);
1802
Events
.RemoveHandler(EVENT_MINIMUMSIZECHANGED, value);
2861
Events
.AddHandler(EVENT_ACTIVATED, value);
2864
Events
.RemoveHandler(EVENT_ACTIVATED, value);
2881
Events
.AddHandler(EVENT_CLOSING, value);
2884
Events
.RemoveHandler(EVENT_CLOSING, value);
2901
Events
.AddHandler(EVENT_CLOSED, value);
2904
Events
.RemoveHandler(EVENT_CLOSED, value);
2916
Events
.AddHandler(EVENT_DEACTIVATE, value);
2919
Events
.RemoveHandler(EVENT_DEACTIVATE, value);
2931
Events
.AddHandler(EVENT_FORMCLOSING, value);
2934
Events
.RemoveHandler(EVENT_FORMCLOSING, value);
2946
Events
.AddHandler(EVENT_FORMCLOSED, value);
2949
Events
.RemoveHandler(EVENT_FORMCLOSED, value);
2961
Events
.AddHandler(EVENT_LOAD, value);
2964
Events
.RemoveHandler(EVENT_LOAD, value);
2976
Events
.AddHandler(EVENT_MDI_CHILD_ACTIVATE, value);
2979
Events
.RemoveHandler(EVENT_MDI_CHILD_ACTIVATE, value);
2994
Events
.AddHandler(EVENT_MENUCOMPLETE, value);
2997
Events
.RemoveHandler(EVENT_MENUCOMPLETE, value);
3012
Events
.AddHandler(EVENT_MENUSTART, value);
3015
Events
.RemoveHandler(EVENT_MENUSTART, value);
3027
Events
.AddHandler(EVENT_INPUTLANGCHANGE, value);
3030
Events
.RemoveHandler(EVENT_INPUTLANGCHANGE, value);
3043
Events
.AddHandler(EVENT_INPUTLANGCHANGEREQUEST, value);
3046
Events
.RemoveHandler(EVENT_INPUTLANGCHANGEREQUEST, value);
3057
Events
.AddHandler(EVENT_RIGHTTOLEFTLAYOUTCHANGED, value);
3060
Events
.RemoveHandler(EVENT_RIGHTTOLEFTLAYOUTCHANGED, value);
3071
Events
.AddHandler(EVENT_SHOWN, value);
3074
Events
.RemoveHandler(EVENT_SHOWN, value);
4600
EventHandler handler = (EventHandler)
Events
[EVENT_ACTIVATED];
4645
CancelEventHandler handler = (CancelEventHandler)
Events
[EVENT_CLOSING];
4655
EventHandler handler = (EventHandler)
Events
[EVENT_CLOSED];
4666
FormClosingEventHandler handler = (FormClosingEventHandler)
Events
[EVENT_FORMCLOSING];
4679
FormClosedEventHandler handler = (FormClosedEventHandler)
Events
[EVENT_FORMCLOSED];
4704
EventHandler handler = (EventHandler)
Events
[EVENT_DEACTIVATE];
4797
CancelEventHandler handler = (CancelEventHandler)
Events
[EVENT_HELPBUTTONCLICKED];
4885
EventHandler handler = (EventHandler)
Events
[EVENT_LOAD];
4918
EventHandler eh =
Events
[EVENT_MAXIMIZEDBOUNDSCHANGED] as EventHandler;
4930
EventHandler eh =
Events
[EVENT_MAXIMUMSIZECHANGED] as EventHandler;
4942
EventHandler eh =
Events
[EVENT_MINIMUMSIZECHANGED] as EventHandler;
4956
InputLanguageChangedEventHandler handler = (InputLanguageChangedEventHandler)
Events
[EVENT_INPUTLANGCHANGE];
4967
InputLanguageChangingEventHandler handler = (InputLanguageChangingEventHandler)
Events
[EVENT_INPUTLANGCHANGEREQUEST];
5023
EventHandler handler = (EventHandler)
Events
[EVENT_MDI_CHILD_ACTIVATE];
5038
EventHandler handler = (EventHandler)
Events
[EVENT_MENUSTART];
5048
EventHandler handler = (EventHandler)
Events
[EVENT_MENUCOMPLETE];
5104
((DpiChangedEventHandler)
Events
[EVENT_DPI_CHANGED])?.Invoke(this, e);
5146
Events
.AddHandler(EVENT_DPI_CHANGED, value);
5149
Events
.RemoveHandler(EVENT_DPI_CHANGED, value);
5211
EventHandler eh =
Events
[EVENT_RIGHTTOLEFTLAYOUTCHANGED] as EventHandler;
5231
EventHandler handler = (EventHandler)
Events
[EVENT_SHOWN];
5639
Events
.AddHandler(EVENT_RESIZEBEGIN, value);
5642
Events
.RemoveHandler(EVENT_RESIZEBEGIN, value);
5653
Events
.AddHandler(EVENT_RESIZEEND, value);
5656
Events
.RemoveHandler(EVENT_RESIZEEND, value);
6760
EventHandler handler = (EventHandler)
Events
[EVENT_RESIZEBEGIN];
6775
EventHandler handler = (EventHandler)
Events
[EVENT_RESIZEEND];
winforms\Managed\System\WinForms\Label.cs (3)
931
Events
.AddHandler(EVENT_TEXTALIGNCHANGED, value);
935
Events
.RemoveHandler(EVENT_TEXTALIGNCHANGED, value);
1498
EventHandler eh =
Events
[EVENT_TEXTALIGNCHANGED] as EventHandler;
winforms\Managed\System\WinForms\LinkLabel.cs (3)
497
Events
.AddHandler(EventLinkClicked, value);
500
Events
.RemoveHandler(EventLinkClicked, value);
1110
LinkLabelLinkClickedEventHandler handler = (LinkLabelLinkClickedEventHandler)
Events
[EventLinkClicked];
winforms\Managed\System\WinForms\ListBox.cs (9)
1282
Events
.AddHandler(EVENT_DRAWITEM, value);
1285
Events
.RemoveHandler(EVENT_DRAWITEM, value);
1297
Events
.AddHandler(EVENT_MEASUREITEM, value);
1300
Events
.RemoveHandler(EVENT_MEASUREITEM, value);
1312
Events
.AddHandler(EVENT_SELECTEDINDEXCHANGED, value);
1315
Events
.RemoveHandler(EVENT_SELECTEDINDEXCHANGED, value);
1747
DrawItemEventHandler handler = (DrawItemEventHandler)
Events
[EVENT_DRAWITEM];
1827
MeasureItemEventHandler handler = (MeasureItemEventHandler)
Events
[EVENT_MEASUREITEM];
1907
EventHandler handler = (EventHandler)
Events
[EVENT_SELECTEDINDEXCHANGED];
winforms\Managed\System\WinForms\ListControl.cs (24)
111
Events
.AddHandler(EVENT_DATASOURCECHANGED, value);
114
Events
.RemoveHandler(EVENT_DATASOURCECHANGED, value);
158
Events
.AddHandler(EVENT_DISPLAYMEMBERCHANGED, value);
161
Events
.RemoveHandler(EVENT_DISPLAYMEMBERCHANGED, value);
189
Events
.AddHandler(EVENT_FORMAT, value);
193
Events
.RemoveHandler(EVENT_FORMAT, value);
226
Events
.AddHandler(EVENT_FORMATINFOCHANGED, value);
229
Events
.RemoveHandler(EVENT_FORMATINFOCHANGED, value);
262
Events
.AddHandler(EVENT_FORMATSTRINGCHANGED, value);
265
Events
.RemoveHandler(EVENT_FORMATSTRINGCHANGED, value);
294
Events
.AddHandler(EVENT_FORMATTINGENABLEDCHANGED, value);
297
Events
.RemoveHandler(EVENT_FORMATTINGENABLEDCHANGED, value);
371
Events
.AddHandler(EVENT_VALUEMEMBERCHANGED, value);
374
Events
.RemoveHandler(EVENT_VALUEMEMBERCHANGED, value);
440
Events
.AddHandler(EVENT_SELECTEDVALUECHANGED, value);
443
Events
.RemoveHandler(EVENT_SELECTEDVALUECHANGED, value);
637
EventHandler eh =
Events
[EVENT_DATASOURCECHANGED] as EventHandler;
648
EventHandler eh =
Events
[EVENT_DISPLAYMEMBERCHANGED] as EventHandler;
656
ListControlConvertEventHandler eh =
Events
[EVENT_FORMAT] as ListControlConvertEventHandler;
663
EventHandler eh =
Events
[EVENT_FORMATINFOCHANGED] as EventHandler;
670
EventHandler eh =
Events
[EVENT_FORMATSTRINGCHANGED] as EventHandler;
677
EventHandler eh =
Events
[EVENT_FORMATTINGENABLEDCHANGED] as EventHandler;
699
EventHandler eh =
Events
[EVENT_VALUEMEMBERCHANGED] as EventHandler;
710
EventHandler eh =
Events
[EVENT_SELECTEDVALUECHANGED] as EventHandler;
winforms\Managed\System\WinForms\ListView.cs (39)
1323
Events
.AddHandler(EVENT_RIGHTTOLEFTLAYOUTCHANGED, value);
1326
Events
.RemoveHandler(EVENT_RIGHTTOLEFTLAYOUTCHANGED, value);
1927
Events
.AddHandler(EVENT_CACHEVIRTUALITEMS, value);
1930
Events
.RemoveHandler(EVENT_CACHEVIRTUALITEMS, value);
1955
Events
.AddHandler(EVENT_COLUMNREORDERED, value);
1958
Events
.RemoveHandler(EVENT_COLUMNREORDERED, value);
1969
Events
.AddHandler(EVENT_COLUMNWIDTHCHANGED, value);
1972
Events
.RemoveHandler(EVENT_COLUMNWIDTHCHANGED, value);
1983
Events
.AddHandler(EVENT_COLUMNWIDTHCHANGING, value);
1986
Events
.RemoveHandler(EVENT_COLUMNWIDTHCHANGING, value);
1997
Events
.AddHandler(EVENT_DRAWCOLUMNHEADER, value);
2000
Events
.RemoveHandler(EVENT_DRAWCOLUMNHEADER, value);
2011
Events
.AddHandler(EVENT_DRAWITEM, value);
2014
Events
.RemoveHandler(EVENT_DRAWITEM, value);
2025
Events
.AddHandler(EVENT_DRAWSUBITEM, value);
2028
Events
.RemoveHandler(EVENT_DRAWSUBITEM, value);
2106
Events
.AddHandler(EVENT_ITEMSELECTIONCHANGED, value);
2109
Events
.RemoveHandler(EVENT_ITEMSELECTIONCHANGED, value);
2159
Events
.AddHandler(EVENT_RETRIEVEVIRTUALITEM, value);
2162
Events
.RemoveHandler(EVENT_RETRIEVEVIRTUALITEM, value);
2172
Events
.AddHandler(EVENT_SEARCHFORVIRTUALITEM, value);
2175
Events
.RemoveHandler(EVENT_SEARCHFORVIRTUALITEM, value);
2186
Events
.AddHandler(EVENT_SELECTEDINDEXCHANGED, value);
2189
Events
.RemoveHandler(EVENT_SELECTEDINDEXCHANGED, value);
2197
Events
.AddHandler(EVENT_VIRTUALITEMSSELECTIONRANGECHANGED, value);
2200
Events
.RemoveHandler(EVENT_VIRTUALITEMSSELECTIONRANGECHANGED, value);
4139
CacheVirtualItemsEventHandler handler = (CacheVirtualItemsEventHandler)
Events
[EVENT_CACHEVIRTUALITEMS];
4157
ColumnReorderedEventHandler handler = (ColumnReorderedEventHandler)
Events
[EVENT_COLUMNREORDERED];
4167
ColumnWidthChangedEventHandler handler = (ColumnWidthChangedEventHandler)
Events
[EVENT_COLUMNWIDTHCHANGED];
4178
ColumnWidthChangingEventHandler handler = (ColumnWidthChangingEventHandler)
Events
[EVENT_COLUMNWIDTHCHANGING];
4189
DrawListViewColumnHeaderEventHandler handler = (DrawListViewColumnHeaderEventHandler)
Events
[EVENT_DRAWCOLUMNHEADER];
4200
DrawListViewItemEventHandler handler = (DrawListViewItemEventHandler)
Events
[EVENT_DRAWITEM];
4211
DrawListViewSubItemEventHandler handler = (DrawListViewSubItemEventHandler)
Events
[EVENT_DRAWSUBITEM];
4465
ListViewItemSelectionChangedEventHandler eh = (ListViewItemSelectionChangedEventHandler)
Events
[EVENT_ITEMSELECTIONCHANGED];
4496
RetrieveVirtualItemEventHandler handler = (RetrieveVirtualItemEventHandler)
Events
[EVENT_RETRIEVEVIRTUALITEM];
4516
EventHandler eh =
Events
[EVENT_RIGHTTOLEFTLAYOUTCHANGED] as EventHandler;
4528
SearchForVirtualItemEventHandler handler = (SearchForVirtualItemEventHandler)
Events
[EVENT_SEARCHFORVIRTUALITEM];
4542
EventHandler handler = (EventHandler)
Events
[EVENT_SELECTEDINDEXCHANGED];
4561
ListViewVirtualItemsSelectionRangeChangedEventHandler eh = (ListViewVirtualItemsSelectionRangeChangedEventHandler)
Events
[EVENT_VIRTUALITEMSSELECTIONRANGECHANGED];
winforms\Managed\System\WinForms\MaskedTextBox.cs (15)
648
Events
.AddHandler(EVENT_ISOVERWRITEMODECHANGED, value);
652
Events
.RemoveHandler(EVENT_ISOVERWRITEMODECHANGED, value);
799
Events
.AddHandler(EVENT_MASKCHANGED, value);
803
Events
.RemoveHandler(EVENT_MASKCHANGED, value);
864
Events
.AddHandler(EVENT_MASKINPUTREJECTED, value);
868
Events
.RemoveHandler(EVENT_MASKINPUTREJECTED, value);
1439
Events
.AddHandler(EVENT_TEXTALIGNCHANGED, value);
1444
Events
.RemoveHandler(EVENT_TEXTALIGNCHANGED, value);
1562
Events
.AddHandler(EVENT_VALIDATIONCOMPLETED, value);
1566
Events
.RemoveHandler(EVENT_VALIDATIONCOMPLETED, value);
2034
EventHandler eh =
Events
[EVENT_ISOVERWRITEMODECHANGED] as EventHandler;
2278
EventHandler eh =
Events
[EVENT_MASKCHANGED] as EventHandler;
2299
MaskInputRejectedEventHandler eh =
Events
[EVENT_MASKINPUTREJECTED] as MaskInputRejectedEventHandler;
2323
EventHandler eh =
Events
[EVENT_TEXTALIGNCHANGED] as EventHandler;
2336
TypeValidationEventHandler eh =
Events
[EVENT_VALIDATIONCOMPLETED] as TypeValidationEventHandler;
winforms\Managed\System\WinForms\MenuStrip.cs (6)
123
Events
.AddHandler(EventMenuActivate, value);
126
Events
.RemoveHandler(EventMenuActivate, value);
133
Events
.AddHandler(EventMenuDeactivate, value);
136
Events
.RemoveHandler(EventMenuDeactivate, value);
203
EventHandler handler = (EventHandler)
Events
[EventMenuActivate];
211
EventHandler handler = (EventHandler)
Events
[EventMenuDeactivate];
winforms\Managed\System\WinForms\NotifyIcon.cs (30)
179
Events
.AddHandler(EVENT_BALLOONTIPCLICKED, value);
183
Events
.RemoveHandler(EVENT_BALLOONTIPCLICKED, value);
194
Events
.AddHandler(EVENT_BALLOONTIPCLOSED, value);
198
Events
.RemoveHandler(EVENT_BALLOONTIPCLOSED, value);
209
Events
.AddHandler(EVENT_BALLOONTIPSHOWN, value);
212
Events
.RemoveHandler(EVENT_BALLOONTIPSHOWN, value);
360
Events
.AddHandler(EVENT_CLICK, value);
363
Events
.RemoveHandler(EVENT_CLICK, value);
374
Events
.AddHandler(EVENT_DOUBLECLICK, value);
377
Events
.RemoveHandler(EVENT_DOUBLECLICK, value);
388
Events
.AddHandler(EVENT_MOUSECLICK, value);
391
Events
.RemoveHandler(EVENT_MOUSECLICK, value);
402
Events
.AddHandler(EVENT_MOUSEDOUBLECLICK, value);
405
Events
.RemoveHandler(EVENT_MOUSEDOUBLECLICK, value);
419
Events
.AddHandler(EVENT_MOUSEDOWN, value);
422
Events
.RemoveHandler(EVENT_MOUSEDOWN, value);
436
Events
.AddHandler(EVENT_MOUSEMOVE, value);
439
Events
.RemoveHandler(EVENT_MOUSEMOVE, value);
454
Events
.AddHandler(EVENT_MOUSEUP, value);
457
Events
.RemoveHandler(EVENT_MOUSEUP, value);
499
EventHandler handler = (EventHandler)
Events
[EVENT_BALLOONTIPCLICKED];
512
EventHandler handler = (EventHandler)
Events
[EVENT_BALLOONTIPCLOSED];
525
EventHandler handler = (EventHandler)
Events
[EVENT_BALLOONTIPSHOWN];
542
EventHandler handler = (EventHandler)
Events
[ EVENT_CLICK ];
553
EventHandler handler = (EventHandler)
Events
[ EVENT_DOUBLECLICK ];
565
MouseEventHandler handler = (MouseEventHandler)
Events
[ EVENT_MOUSECLICK ];
576
MouseEventHandler handler = (MouseEventHandler)
Events
[ EVENT_MOUSEDOUBLECLICK ];
591
MouseEventHandler handler = (MouseEventHandler)
Events
[EVENT_MOUSEDOWN];
605
MouseEventHandler handler = (MouseEventHandler)
Events
[EVENT_MOUSEMOVE];
618
MouseEventHandler handler = (MouseEventHandler)
Events
[EVENT_MOUSEUP];
winforms\Managed\System\WinForms\PictureBox.cs (9)
861
this.
Events
.AddHandler(loadCompletedKey, value);
865
this.
Events
.RemoveHandler(loadCompletedKey, value);
878
this.
Events
.AddHandler(loadProgressChangedKey, value);
882
this.
Events
.RemoveHandler(loadProgressChangedKey, value);
998
Events
.AddHandler(EVENT_SIZEMODECHANGED, value);
1002
Events
.RemoveHandler(EVENT_SIZEMODECHANGED, value);
1270
AsyncCompletedEventHandler handler = (AsyncCompletedEventHandler)(
Events
[loadCompletedKey]);
1280
ProgressChangedEventHandler handler = (ProgressChangedEventHandler)(
Events
[loadProgressChangedKey]);
1375
EventHandler eh =
Events
[EVENT_SIZEMODECHANGED] as EventHandler;
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (3)
314
Events
.AddHandler(EVENT_STARTPAGECHANGED, value);
317
Events
.RemoveHandler(EVENT_STARTPAGECHANGED, value);
663
EventHandler eh =
Events
[EVENT_STARTPAGECHANGED] as EventHandler;
winforms\Managed\System\WinForms\PropertyGrid.cs (18)
1765
Events
.AddHandler(EventPropertyValueChanged, value);
1768
Events
.RemoveHandler(EventPropertyValueChanged, value);
1776
Events
.AddHandler(EventComComponentNameChanged, value);
1779
Events
.RemoveHandler(EventComComponentNameChanged, value);
1788
Events
.AddHandler(EventPropertyTabChanged, value);
1791
Events
.RemoveHandler(EventPropertyTabChanged, value);
1800
Events
.AddHandler(EventPropertySortChanged, value);
1803
Events
.RemoveHandler(EventPropertySortChanged, value);
1812
Events
.AddHandler(EventSelectedGridItemChanged, value);
1815
Events
.RemoveHandler(EventSelectedGridItemChanged, value);
1826
Events
.AddHandler(EventSelectedObjectsChanged, value);
1829
Events
.RemoveHandler(EventSelectedObjectsChanged, value);
3261
ComponentRenameEventHandler handler = (ComponentRenameEventHandler)
Events
[EventComComponentNameChanged];
3334
EventHandler handler = (EventHandler)
Events
[EventPropertySortChanged];
3345
PropertyTabChangedEventHandler handler = (PropertyTabChangedEventHandler)
Events
[EventPropertyTabChanged];
3356
PropertyValueChangedEventHandler handler = (PropertyValueChangedEventHandler)
Events
[EventPropertyValueChanged];
3399
SelectedGridItemChangedEventHandler handler = (SelectedGridItemChangedEventHandler)
Events
[EventSelectedGridItemChanged];
3414
EventHandler handler = (EventHandler)
Events
[EventSelectedObjectsChanged];
winforms\Managed\System\WinForms\RadioButton.cs (6)
159
Events
.AddHandler(EVENT_APPEARANCECHANGED, value);
163
Events
.RemoveHandler(EVENT_APPEARANCECHANGED, value);
401
Events
.AddHandler(EVENT_CHECKEDCHANGED, value);
404
Events
.RemoveHandler(EVENT_CHECKEDCHANGED, value);
444
EventHandler handler = (EventHandler)
Events
[EVENT_CHECKEDCHANGED];
556
EventHandler eh =
Events
[EVENT_APPEARANCECHANGED] as EventHandler;
winforms\Managed\System\WinForms\RichTextBox.cs (21)
1611
Events
.AddHandler(EVENT_REQUESTRESIZE, value);
1614
Events
.RemoveHandler(EVENT_REQUESTRESIZE, value);
1712
Events
.AddHandler(EVENT_HSCROLL, value);
1715
Events
.RemoveHandler(EVENT_HSCROLL, value);
1726
Events
.AddHandler(EVENT_LINKACTIVATE, value);
1729
Events
.RemoveHandler(EVENT_LINKACTIVATE, value);
1741
Events
.AddHandler(EVENT_IMECHANGE, value);
1744
Events
.RemoveHandler(EVENT_IMECHANGE, value);
1756
Events
.AddHandler(EVENT_PROTECTED, value);
1759
Events
.RemoveHandler(EVENT_PROTECTED, value);
1771
Events
.AddHandler(EVENT_SELCHANGE, value);
1774
Events
.RemoveHandler(EVENT_SELCHANGE, value);
1786
Events
.AddHandler(EVENT_VSCROLL, value);
1789
Events
.RemoveHandler(EVENT_VSCROLL, value);
2522
ContentsResizedEventHandler handler = (ContentsResizedEventHandler)
Events
[EVENT_REQUESTRESIZE];
2642
EventHandler handler = (EventHandler)
Events
[EVENT_HSCROLL];
2652
LinkClickedEventHandler handler = (LinkClickedEventHandler)
Events
[EVENT_LINKACTIVATE];
2662
EventHandler handler = (EventHandler)
Events
[EVENT_IMECHANGE];
2673
EventHandler handler = (EventHandler)
Events
[EVENT_PROTECTED];
2683
EventHandler handler = (EventHandler)
Events
[EVENT_SELCHANGE];
2693
EventHandler handler = (EventHandler)
Events
[EVENT_VSCROLL];
winforms\Managed\System\WinForms\ScrollableControl.cs (4)
776
EventHandler handler = (EventHandler)
Events
[Control.EventPaddingChanged];
1005
Events
.AddHandler(EVENT_SCROLL, value);
1008
Events
.RemoveHandler(EVENT_SCROLL, value);
1019
ScrollEventHandler handler = (ScrollEventHandler)
Events
[EVENT_SCROLL];
winforms\Managed\System\WinForms\ScrollBar.cs (6)
634
Events
.AddHandler(EVENT_SCROLL, value);
637
Events
.RemoveHandler(EVENT_SCROLL, value);
651
Events
.AddHandler(EVENT_VALUECHANGED, value);
654
Events
.RemoveHandler(EVENT_VALUECHANGED, value);
713
ScrollEventHandler handler = (ScrollEventHandler)
Events
[EVENT_SCROLL];
764
EventHandler handler = (EventHandler)
Events
[EVENT_VALUECHANGED];
winforms\Managed\System\WinForms\SplitContainer.cs (6)
1071
Events
.AddHandler(EVENT_MOVING, value);
1074
Events
.RemoveHandler(EVENT_MOVING, value);
1085
Events
.AddHandler(EVENT_MOVED, value);
1088
Events
.RemoveHandler(EVENT_MOVED, value);
1395
SplitterCancelEventHandler handler = (SplitterCancelEventHandler)
Events
[EVENT_MOVING];
1407
SplitterEventHandler handler = (SplitterEventHandler)
Events
[EVENT_MOVED];
winforms\Managed\System\WinForms\Splitter.cs (6)
607
Events
.AddHandler(EVENT_MOVING, value);
610
Events
.RemoveHandler(EVENT_MOVING, value);
622
Events
.AddHandler(EVENT_MOVED, value);
625
Events
.RemoveHandler(EVENT_MOVED, value);
923
SplitterEventHandler handler = (SplitterEventHandler)
Events
[EVENT_MOVING];
937
SplitterEventHandler handler = (SplitterEventHandler)
Events
[EVENT_MOVED];
winforms\Managed\System\WinForms\StatusBar.cs (6)
525
Events
.AddHandler(EVENT_SBDRAWITEM, value);
528
Events
.RemoveHandler(EVENT_SBDRAWITEM, value);
541
Events
.AddHandler(EVENT_PANELCLICK, value);
544
Events
.RemoveHandler(EVENT_PANELCLICK, value);
763
StatusBarPanelClickEventHandler handler = (StatusBarPanelClickEventHandler)
Events
[EVENT_PANELCLICK];
949
StatusBarDrawItemEventHandler handler = (StatusBarDrawItemEventHandler)
Events
[EVENT_SBDRAWITEM];
winforms\Managed\System\WinForms\TabControl.cs (15)
947
Events
.AddHandler(EVENT_RIGHTTOLEFTLAYOUTCHANGED, value);
950
Events
.RemoveHandler(EVENT_RIGHTTOLEFTLAYOUTCHANGED, value);
979
Events
.AddHandler(EVENT_SELECTING, value);
982
Events
.RemoveHandler(EVENT_SELECTING, value);
996
Events
.AddHandler(EVENT_SELECTED, value);
999
Events
.RemoveHandler(EVENT_SELECTED, value);
1013
Events
.AddHandler(EVENT_DESELECTING, value);
1016
Events
.RemoveHandler(EVENT_DESELECTING, value);
1030
Events
.AddHandler(EVENT_DESELECTED, value);
1033
Events
.RemoveHandler(EVENT_DESELECTED, value);
1528
EventHandler eh =
Events
[EVENT_RIGHTTOLEFTLAYOUTCHANGED] as EventHandler;
1559
TabControlCancelEventHandler handler = (TabControlCancelEventHandler)
Events
[EVENT_SELECTING];
1570
TabControlEventHandler handler = (TabControlEventHandler)
Events
[EVENT_SELECTED];
1587
TabControlCancelEventHandler handler = (TabControlCancelEventHandler)
Events
[EVENT_DESELECTING];
1600
TabControlEventHandler handler = (TabControlEventHandler)
Events
[EVENT_DESELECTED];
winforms\Managed\System\WinForms\TableLayoutPanel.cs (3)
363
Events
.AddHandler(EventCellPaint, value);
366
Events
.RemoveHandler(EventCellPaint, value);
385
TableLayoutCellPaintEventHandler handler = (TableLayoutCellPaintEventHandler)
Events
[EventCellPaint];
winforms\Managed\System\WinForms\TextBox.cs (3)
550
Events
.AddHandler(EVENT_TEXTALIGNCHANGED, value);
554
Events
.RemoveHandler(EVENT_TEXTALIGNCHANGED, value);
689
EventHandler eh =
Events
[EVENT_TEXTALIGNCHANGED] as EventHandler;
winforms\Managed\System\WinForms\TextBoxBase.cs (18)
167
Events
.AddHandler(EVENT_ACCEPTSTABCHANGED, value);
170
Events
.RemoveHandler(EVENT_ACCEPTSTABCHANGED, value);
422
Events
.AddHandler(EVENT_BORDERSTYLECHANGED, value);
425
Events
.RemoveHandler(EVENT_BORDERSTYLECHANGED, value);
634
Events
.AddHandler(EVENT_HIDESELECTIONCHANGED, value);
637
Events
.RemoveHandler(EVENT_HIDESELECTIONCHANGED, value);
818
Events
.AddHandler(EVENT_MODIFIEDCHANGED, value);
821
Events
.RemoveHandler(EVENT_MODIFIEDCHANGED, value);
873
Events
.AddHandler(EVENT_MULTILINECHANGED, value);
876
Events
.RemoveHandler(EVENT_MULTILINECHANGED, value);
1089
Events
.AddHandler(EVENT_READONLYCHANGED, value);
1092
Events
.RemoveHandler(EVENT_READONLYCHANGED, value);
1632
EventHandler eh =
Events
[EVENT_ACCEPTSTABCHANGED] as EventHandler;
1643
EventHandler eh =
Events
[EVENT_BORDERSTYLECHANGED] as EventHandler;
1663
EventHandler eh =
Events
[EVENT_HIDESELECTIONCHANGED] as EventHandler;
1674
EventHandler eh =
Events
[EVENT_MODIFIEDCHANGED] as EventHandler;
1708
EventHandler eh =
Events
[EVENT_MULTILINECHANGED] as EventHandler;
1725
EventHandler eh =
Events
[EVENT_READONLYCHANGED] as EventHandler;
winforms\Managed\System\WinForms\ToolStrip.cs (30)
467
Events
.AddHandler(EventBeginDrag, value);
470
Events
.RemoveHandler(EventBeginDrag, value);
620
Events
.AddHandler(EventEndDrag, value);
623
Events
.RemoveHandler(EventEndDrag, value);
1185
Events
.AddHandler(EventItemAdded, value);
1188
Events
.RemoveHandler(EventItemAdded, value);
1200
Events
.AddHandler(EventItemClicked, value);
1203
Events
.RemoveHandler(EventItemClicked, value);
1235
Events
.AddHandler(EventItemRemoved, value);
1238
Events
.RemoveHandler(EventItemRemoved, value);
1409
Events
.AddHandler(EventLayoutCompleted, value);
1412
Events
.RemoveHandler(EventLayoutCompleted, value);
1432
Events
.AddHandler(EventLayoutStyleChanged, value);
1435
Events
.RemoveHandler(EventLayoutStyleChanged, value);
1455
Events
.AddHandler(EventLocationChanging, value);
1458
Events
.RemoveHandler(EventLocationChanging, value);
1556
Events
.AddHandler(EventPaintGrip, value);
1559
Events
.RemoveHandler(EventPaintGrip, value);
1713
Events
.AddHandler(EventRendererChanged, value);
1716
Events
.RemoveHandler(EventRendererChanged, value);
3254
EventHandler handler = (EventHandler)
Events
[EventBeginDrag];
3264
EventHandler handler = (EventHandler)
Events
[EventEndDrag];
3279
EventHandler handler = (EventHandler)
Events
[EventRendererChanged];
3378
ToolStripItemEventHandler handler = (ToolStripItemEventHandler)
Events
[EventItemAdded];
3387
ToolStripItemClickedEventHandler handler = (ToolStripItemClickedEventHandler)
Events
[EventItemClicked];
3398
ToolStripItemEventHandler handler = (ToolStripItemEventHandler)
Events
[EventItemRemoved];
3446
EventHandler handler = (EventHandler)
Events
[EventLayoutCompleted];
3452
EventHandler handler = (EventHandler)
Events
[EventLayoutStyleChanged];
3474
ToolStripLocationCancelEventHandler handler = (ToolStripLocationCancelEventHandler)
Events
[EventLocationChanging];
3851
PaintEventHandler handler = (PaintEventHandler)
Events
[EventPaintGrip];
winforms\Managed\System\WinForms\ToolStripButton.cs (6)
154
Events
.AddHandler(EventCheckedChanged, value);
157
Events
.RemoveHandler(EventCheckedChanged, value);
169
Events
.AddHandler(EventCheckStateChanged, value);
172
Events
.RemoveHandler(EventCheckStateChanged, value);
231
EventHandler handler = (EventHandler)
Events
[EventCheckedChanged];
241
EventHandler handler = (EventHandler)
Events
[EventCheckStateChanged];
winforms\Managed\System\WinForms\ToolStripComboBox.cs (10)
244
Events
.AddHandler(EventDropDown, value);
247
Events
.RemoveHandler(EventDropDown, value);
255
Events
.AddHandler(EventDropDownClosed, value);
258
Events
.RemoveHandler(EventDropDownClosed, value);
265
Events
.AddHandler(EventDropDownStyleChanged, value);
268
Events
.RemoveHandler(EventDropDownStyleChanged, value);
396
Events
.AddHandler(EventSelectedIndexChanged, value);
399
Events
.RemoveHandler(EventSelectedIndexChanged, value);
461
Events
.AddHandler(EventTextUpdate, value);
464
Events
.RemoveHandler(EventTextUpdate, value);
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (6)
186
Events
.AddHandler(EventLoad, value);
189
Events
.RemoveHandler(EventLoad, value);
340
Events
.AddHandler(EventRendererChanged, value);
343
Events
.RemoveHandler(EventRendererChanged, value);
362
EventHandler handler = (EventHandler)
Events
[EventLoad];
397
EventHandler handler = (EventHandler)
Events
[EventRendererChanged];
winforms\Managed\System\WinForms\ToolStripControlHost.cs (21)
201
Events
.AddHandler(EventDisplayStyleChanged, value);
204
Events
.RemoveHandler(EventDisplayStyleChanged, value);
247
Events
.AddHandler(EventEnter, value);
250
Events
.RemoveHandler(EventEnter, value);
283
Events
.AddHandler(EventGotFocus, value);
286
Events
.RemoveHandler(EventGotFocus, value);
350
Events
.AddHandler(EventLeave, value);
353
Events
.RemoveHandler(EventLeave, value);
369
Events
.AddHandler(EventLostFocus, value);
372
Events
.RemoveHandler(EventLostFocus, value);
384
Events
.AddHandler(EventKeyDown, value);
387
Events
.RemoveHandler(EventKeyDown, value);
398
Events
.AddHandler(EventKeyPress, value);
401
Events
.RemoveHandler(EventKeyPress, value);
412
Events
.AddHandler(EventKeyUp, value);
415
Events
.RemoveHandler(EventKeyUp, value);
562
Events
.AddHandler(EventValidating, value);
565
Events
.RemoveHandler(EventValidating, value);
573
Events
.AddHandler(EventValidated, value);
576
Events
.RemoveHandler(EventValidated, value);
710
QueryAccessibilityHelpEventHandler handler = (QueryAccessibilityHelpEventHandler)
Events
[ToolStripItem.EventQueryAccessibilityHelp];
winforms\Managed\System\WinForms\ToolStripDropDown.cs (12)
458
Events
.AddHandler(EventClosed, value);
461
Events
.RemoveHandler(EventClosed, value);
468
Events
.AddHandler(EventClosing, value);
471
Events
.RemoveHandler(EventClosing, value);
701
Events
.AddHandler(EventOpening, value);
704
Events
.RemoveHandler(EventOpening, value);
716
Events
.AddHandler(EventOpened, value);
719
Events
.RemoveHandler(EventOpened, value);
1336
ToolStripDropDownClosedEventHandler handler = (ToolStripDropDownClosedEventHandler)
Events
[EventClosed];
1344
ToolStripDropDownClosingEventHandler handler = (ToolStripDropDownClosingEventHandler)
Events
[EventClosing];
1388
CancelEventHandler handler = (CancelEventHandler)
Events
[EventOpening];
1406
EventHandler handler = (EventHandler)
Events
[EventOpened];
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (13)
182
Events
.AddHandler(EventDropDownClosed, value);
185
Events
.RemoveHandler(EventDropDownClosed, value);
209
Events
.AddHandler(EventDropDownShow, value);
212
Events
.RemoveHandler(EventDropDownShow, value);
225
Events
.AddHandler(EventDropDownOpened, value);
228
Events
.RemoveHandler(EventDropDownOpened, value);
254
Events
.AddHandler(EventDropDownItemClicked, value);
257
Events
.RemoveHandler(EventDropDownItemClicked, value);
473
EventHandler handler = (EventHandler)
Events
[EventDropDownHide];
481
EventHandler handler = (EventHandler)
Events
[EventDropDownShow];
495
EventHandler handler = (EventHandler)
Events
[EventDropDownOpened];
509
EventHandler handler = (EventHandler)
Events
[EventDropDownClosed];
529
ToolStripItemClickedEventHandler handler = (ToolStripItemClickedEventHandler)
Events
[EventDropDownItemClicked];
winforms\Managed\System\WinForms\ToolStripItem.cs (65)
460
Events
.AddHandler(EventAvailableChanged, value);
463
Events
.RemoveHandler(EventAvailableChanged, value);
572
Events
.AddHandler(EventBackColorChanged, value);
575
Events
.RemoveHandler(EventBackColorChanged, value);
637
Events
.AddHandler(EventClick, value);
640
Events
.RemoveHandler(EventClick, value);
790
Events
.AddHandler(EventDisplayStyleChanged, value);
793
Events
.RemoveHandler(EventDisplayStyleChanged, value);
812
Events
.AddHandler(EventDoubleClick, value);
815
Events
.RemoveHandler(EventDoubleClick, value);
844
Events
.AddHandler(EventDragDrop, value);
847
Events
.RemoveHandler(EventDragDrop, value);
863
Events
.AddHandler(EventDragEnter, value);
866
Events
.RemoveHandler(EventDragEnter, value);
882
Events
.AddHandler(EventDragOver, value);
885
Events
.RemoveHandler(EventDragOver, value);
901
Events
.AddHandler(EventDragLeave, value);
904
Events
.RemoveHandler(EventDragLeave, value);
980
Events
.AddHandler(EventEnabledChanged, value);
983
Events
.RemoveHandler(EventEnabledChanged, value);
989
Events
.AddHandler(EventInternalEnabledChanged, value);
992
Events
.RemoveHandler(EventInternalEnabledChanged, value);
1044
Events
.AddHandler(EventForeColorChanged, value);
1047
Events
.RemoveHandler(EventForeColorChanged, value);
1098
Events
.AddHandler(EventGiveFeedback, value);
1101
Events
.RemoveHandler(EventGiveFeedback, value);
1503
Events
.AddHandler(EventLocationChanged, value);
1506
Events
.RemoveHandler(EventLocationChanged, value);
1605
Events
.AddHandler(EventMouseDown, value);
1608
Events
.RemoveHandler(EventMouseDown, value);
1623
Events
.AddHandler(EventMouseEnter, value);
1626
Events
.RemoveHandler(EventMouseEnter, value);
1640
Events
.AddHandler(EventMouseLeave, value);
1643
Events
.RemoveHandler(EventMouseLeave, value);
1658
Events
.AddHandler(EventMouseHover, value);
1661
Events
.RemoveHandler(EventMouseHover, value);
1675
Events
.AddHandler(EventMouseMove, value);
1678
Events
.RemoveHandler(EventMouseMove, value);
1692
Events
.AddHandler(EventMouseUp, value);
1695
Events
.RemoveHandler(EventMouseUp, value);
1784
Events
.AddHandler(EventOwnerChanged, value);
1787
Events
.RemoveHandler(EventOwnerChanged, value);
1801
Events
.AddHandler(EventPaint, value);
1804
Events
.RemoveHandler(EventPaint, value);
1976
Events
.AddHandler(EventQueryContinueDrag, value);
1979
Events
.RemoveHandler(EventQueryContinueDrag, value);
1990
Events
.AddHandler(EventQueryAccessibilityHelp, value);
1993
Events
.RemoveHandler(EventQueryAccessibilityHelp, value);
2121
Events
.AddHandler(EventRightToLeft, value);
2124
Events
.RemoveHandler(EventRightToLeft, value);
2315
Events
.AddHandler(EventText, value);
2318
Events
.RemoveHandler(EventText, value);
2428
Events
.AddHandler(EventVisibleChanged, value);
2431
Events
.RemoveHandler(EventVisibleChanged, value);
3142
GiveFeedbackEventHandler handler = (GiveFeedbackEventHandler)
Events
[EventGiveFeedback];
3467
CancelEventHandler handler = (CancelEventHandler)
Events
[key];
3472
DragEventHandler handler = (DragEventHandler)
Events
[key];
3476
EventHandler handler = (EventHandler)
Events
[key];
3480
KeyEventHandler handler = (KeyEventHandler)
Events
[key];
3484
KeyPressEventHandler handler = (KeyPressEventHandler)
Events
[key];
3488
MouseEventHandler handler = (MouseEventHandler)
Events
[key];
3492
PaintEventHandler handler = (PaintEventHandler)
Events
[key];
3497
QueryContinueDragEventHandler handler = (QueryContinueDragEventHandler)
Events
[key];
4108
QueryAccessibilityHelpEventHandler handler = (QueryAccessibilityHelpEventHandler)Owner.
Events
[ToolStripItem.EventQueryAccessibilityHelp];
4303
QueryAccessibilityHelpEventHandler handler = (QueryAccessibilityHelpEventHandler)Owner.
Events
[ToolStripItem.EventQueryAccessibilityHelp];
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (8)
419
Events
.AddHandler(EventCheckedChanged, value);
422
Events
.RemoveHandler(EventCheckedChanged, value);
434
Events
.AddHandler(EventCheckStateChanged, value);
437
Events
.RemoveHandler(EventCheckStateChanged, value);
613
menuItem.
Events
.AddHandlers(this.
Events
);
896
EventHandler handler = (EventHandler)
Events
[EventCheckedChanged];
906
EventHandler handler = (EventHandler)
Events
[EventCheckStateChanged];
winforms\Managed\System\WinForms\ToolStripPanel.cs (3)
302
Events
.AddHandler(EventRendererChanged, value);
305
Events
.RemoveHandler(EventRendererChanged, value);
618
EventHandler handler = (EventHandler)
Events
[EventRendererChanged];
winforms\Managed\System\WinForms\ToolStripProgressBar.cs (2)
415
Events
.AddHandler(EventRightToLeftLayoutChanged, value);
418
Events
.RemoveHandler(EventRightToLeftLayoutChanged, value);
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (9)
135
Events
.AddHandler(EventButtonClick, value);
138
Events
.RemoveHandler(EventButtonClick, value);
151
Events
.AddHandler(EventButtonDoubleClick, value);
154
Events
.RemoveHandler(EventButtonDoubleClick, value);
193
Events
.AddHandler(EventDefaultItemChanged, value);
196
Events
.RemoveHandler(EventDefaultItemChanged, value);
473
EventHandler handler = (EventHandler)
Events
[EventButtonClick];
488
EventHandler handler = (EventHandler)
Events
[EventButtonDoubleClick];
500
EventHandler eh =
Events
[EventDefaultItemChanged] as EventHandler;
winforms\Managed\System\WinForms\ToolStripTextBox.cs (14)
509
Events
.AddHandler(EventAcceptsTabChanged, value);
512
Events
.RemoveHandler(EventAcceptsTabChanged, value);
521
Events
.AddHandler(EventBorderStyleChanged, value);
524
Events
.RemoveHandler(EventBorderStyleChanged, value);
532
Events
.AddHandler(EventHideSelectionChanged, value);
535
Events
.RemoveHandler(EventHideSelectionChanged, value);
543
Events
.AddHandler(EventModifiedChanged, value);
546
Events
.RemoveHandler(EventModifiedChanged, value);
554
Events
.AddHandler(EventMultilineChanged, value);
557
Events
.RemoveHandler(EventMultilineChanged, value);
565
Events
.AddHandler(EventReadOnlyChanged, value);
568
Events
.RemoveHandler(EventReadOnlyChanged, value);
577
Events
.AddHandler(EventTextBoxTextAlignChanged, value);
580
Events
.RemoveHandler(EventTextBoxTextAlignChanged, value);
winforms\Managed\System\WinForms\TrackBar.cs (9)
751
Events
.AddHandler(EVENT_RIGHTTOLEFTLAYOUTCHANGED, value);
754
Events
.RemoveHandler(EVENT_RIGHTTOLEFTLAYOUTCHANGED, value);
765
Events
.AddHandler(EVENT_SCROLL, value);
768
Events
.RemoveHandler(EVENT_SCROLL, value);
794
Events
.AddHandler(EVENT_VALUECHANGED, value);
797
Events
.RemoveHandler(EVENT_VALUECHANGED, value);
946
EventHandler eh =
Events
[EVENT_RIGHTTOLEFTLAYOUTCHANGED] as EventHandler;
960
EventHandler handler = (EventHandler)
Events
[EVENT_SCROLL];
1029
EventHandler handler = (EventHandler)
Events
[EVENT_VALUECHANGED];
winforms\Managed\System\WinForms\UserControl.cs (3)
234
Events
.AddHandler(EVENT_LOAD, value);
237
Events
.RemoveHandler(EVENT_LOAD, value);
321
EventHandler handler = (EventHandler)
Events
[EVENT_LOAD];