Wisej.Web.DataGridViewRowEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents the method that will handle row-related events of a DataGridView.
sender
The source of the event.
e
Fired when the user enters the row for new records so that it can be populated with default values.
Fired when a parent row is expanded.
Fired when a parent row is collapsed.
A that contains the event data.
Fired when the property of the is true and the user navigates to the new row at the bottom of the .
Fired when the property of a row changes.
Fired when the value of the property for a row changes.
Fired when the value of the property for a row changes.
Fired when the value of the property for a row changes.
Fired when the user has finished adding a row to the control.
Fired when the user has finished deleting a row from the control.