Click or drag to resize

BndGrid Events

The BndGrid type exposes the following members.

Events
  NameDescription
Public eventCancelCommand
Occurs when the Cancel button is clicked for an item in the DataGrid control.
(Inherited from DataGrid.)
Public eventDataBinding
Occurs when the server control binds to a data source.
(Inherited from Control.)
Public eventDeleteCommand
Occurs when the Delete button is clicked for an item in the DataGrid control.
(Inherited from DataGrid.)
Public eventDisposed
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.
(Inherited from Control.)
Public eventEditCommand
Occurs when the Edit button is clicked for an item in the DataGrid control.
(Inherited from DataGrid.)
Public eventInit
Occurs when the server control is initialized, which is the first step in its lifecycle.
(Inherited from Control.)
Public eventItemCommand
Occurs when any button is clicked in the DataGrid control.
(Inherited from DataGrid.)
Public eventItemCreated
Occurs on the server when an item in the DataGrid control is created.
(Inherited from DataGrid.)
Public eventItemDataBound
Occurs after an item is data bound to the DataGrid control.
(Inherited from DataGrid.)
Public eventLoad
Occurs when the server control is loaded into the Page object.
(Inherited from Control.)
Public eventPageIndexChanged
Occurs when one of the page selection elements is clicked.
(Inherited from DataGrid.)
Public eventPreRender
Occurs after the Control object is loaded but prior to rendering.
(Inherited from Control.)
Public eventSelectedIndexChanged
Occurs when a different item is selected in a data listing control between posts to the server.
(Inherited from BaseDataList.)
Public eventSortCommand
Occurs when a column is sorted.
(Inherited from DataGrid.)
Public eventUnload
Occurs when the server control is unloaded from memory.
(Inherited from Control.)
Public eventUpdateCommand
Occurs when the Update button is clicked for an item in the DataGrid control.
(Inherited from DataGrid.)
Top
See Also