DataGridView::RowHeightChanged Event

 

Occurs when the value of the Height property for a row changes.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
event DataGridViewRowEventHandler^ RowHeightChanged {
	void add(DataGridViewRowEventHandler^ value);
	void remove(DataGridViewRowEventHandler^ value);
}

For more information about handling events, see NIB: Consuming Events.

The following code example illustrates the use of this event. This example is part of a larger example available in How to: Customize the Appearance of Rows in the Windows Forms DataGridView Control.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: