DataGridViewRowHeightInfoNeededEventHandler
Wisej.Web.DataGridViewRowHeightInfoNeededEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle an RowHeightInfoNeeded event of a DataGridView control.
Parameters
Name | Type | Description |
---|---|---|
sender | The source of the event. | |
e | A DataGridViewRowHeightInfoNeededEventArgs that contains the event data. |
Fired By
Name | Description |
---|---|
Fired when information about row height is requested. |
Last updated