The events of System.Web.UI.WebControls.DetailsView are listed below. For a list of all members, see the DetailsView Members list.
See Also: Inherited members from System.Web.UI.WebControls.CompositeDataBoundControl
ItemCommand |
Occurs when a button within a System.Web.UI.WebControls.DetailsView control is clicked. | |
ItemCreated |
Occurs when a record is created in a System.Web.UI.WebControls.DetailsView control. | |
ItemDeleted |
Occurs when a Delete button within a System.Web.UI.WebControls.DetailsView control is clicked, but after the delete operation. | |
ItemDeleting |
Occurs when a Delete button within a System.Web.UI.WebControls.DetailsView control is clicked, but before the delete operation. | |
ItemInserted |
Occurs when an Insert button within a System.Web.UI.WebControls.DetailsView control is clicked, but after the insert operation. | |
ItemInserting |
Occurs when an Insert button within a System.Web.UI.WebControls.DetailsView control is clicked, but before the insert operation. | |
ItemUpdated |
Occurs when an Update button within a System.Web.UI.WebControls.DetailsView control is clicked, but after the update operation. | |
ItemUpdating |
Occurs when an Update button within a System.Web.UI.WebControls.DetailsView control is clicked, but before the update operation. | |
ModeChanged |
Occurs when a System.Web.UI.WebControls.DetailsView control attempts to change between edit, insert, and read-only mode, but after the DetailsView.CurrentMode property is updated. | |
ModeChanging |
Occurs when a System.Web.UI.WebControls.DetailsView control attempts to change between edit, insert, and read-only mode, but before the DetailsView.CurrentMode property is updated. | |
PageIndexChanged |
Occurs when the value of the DetailsView.PageIndex property changes after a paging operation. | |
PageIndexChanging |
Occurs when the value of the DetailsView.PageIndex property changes before a paging operation. |