DataGridViewRowHeightInfoNeededEventArgs

Wisej.Web.DataGridViewRowHeightInfoNeededEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the RowHeightInfoNeeded event of a DataGridView.

public class DataGridViewRowHeightInfoNeededEventArgs : EventArgs

Properties

Int32: Returns or sets the height of the row the event occurred for.

Throws:

Int32: Returns or sets the minimum height of the row the event occurred for.

Throws:

Int32: Returns or sets the minimum height of the row the event occurred for.

Throws:

Int32: Returns the index of the row associated with this DataGridViewRowHeightInfoNeededEventArgs.

Used By

NameDescription

Represents the method that will handle an RowHeightInfoNeeded event of a DataGridView control.

Last updated