DataGridViewRowEventHandler
Wisej.Web.DataGridViewRowEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle row-related events of a DataGridView.
Parameters
sender
The source of the event.
e
Fired By
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.
Last updated