* Initial checkin for all delegates *
authorDennis Hayes <dennis@mono-cvs.ximian.com>
Wed, 10 Apr 2002 22:19:55 +0000 (22:19 -0000)
committerDennis Hayes <dennis@mono-cvs.ximian.com>
Wed, 10 Apr 2002 22:19:55 +0000 (22:19 -0000)
commit02f270f821cfc12bc658e624cd84de12ebe502b2
tree4a8c9021590eb6bea5bd7c365c1d728064b5ea43
parent3ba96aed2b6eb221e10396dbf79c4e03d122bcd0
* Initial checkin for all delegates *

svn path=/trunk/mcs/; revision=3753
20 files changed:
mcs/class/System.Windows.Forms/System.Windows.Forms/MeasureItemEventHandler.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/MethodInvoker.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/MouseEventHandler.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/NavigateEventHandler.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/NodeLabelEditEventHandler.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/PaintEventHandler.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyTabChangedEventHandler.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyValueChangedEventHandler.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/QueryAccessibilityHelpEventHandler.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/QueryContinueDragEventHandler.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollEventHandler.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/SelectedGridItemChangedEventHandler.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/SplitterEventHandler.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarDrawItemEventHandler.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelClickEventHandler.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarButtonClickEventHandler.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewCancelEventHandler.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewEventHandler.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/UICuesEventHandler.cs [new file with mode: 0644]
mcs/class/System.Windows.Forms/System.Windows.Forms/UpDownEventHandler.cs [new file with mode: 0644]