Skip to main content
Version: 3.5

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

Instance memberHeight

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

Throws:

Instance memberMaximumHeight

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

Throws:

Instance memberMinimumHeight

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

Throws:

Instance memberRowIndex

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

Used By

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