Page 276 - Open Soource Technologies 304.indd
P. 276

Event Driven Programming



                          Scroll                 New implementation method. Use the  CurrentCell property.
                          SetFocus               Focus

                          ShowWhatsThis          New implementation.
                          SplitContaining        New implementation. Split views are not directly supported; use a
                                                 SplitContainer control.
                          ZOrder                 BringToFront()or  SendToBack()functions

                          12.4.3  Events

                          Visual Basic 6.0       Visual Basic 2005 Equivalent
                          AfterColEdit           CellEndEdit

                          AfterColUpdate
                          AfterDelete            New implementation. Data operations are handled in the data source.
                          AfterUpdate            RowsAdded
                          BeforeColEdit          CellBeginEdit
                          BeforeColUpdate
                          BeforeDelete

                          BeforeInsert
                          BeforeUpdate           New implementation. Data operations are handled in the data source.
                          ButtonClick            Click (Button control)
                          Change                 TextChanged

                          Click                  SelectedIndexChanged
                          ColEdit                CellBeginEdit
                          ColResize              ColumnWidthChanged
                          DblClick               CellMouseDoubleClick
                          DragDrop
                          DragOver               New implementation.

                          Error                  DataError
                          HeadClick              ColumnHeaderMouseClick
                          MouseDown              CellMouseDown
                          MouseMove              CellMouseMove
                          MouseUp                CellMouseUp

                          OLECompleteDrag
                          OLEDragDrop
                          OLEDragOver


                          270                    LOVELY PROFESSIONAL UNIVERSITY
   271   272   273   274   275   276   277   278   279   280   281