Wimark.Controls Class Library  

DataGridViewBindingModel.ItemHeightPushed Event

Occurs when height of the row that represents an item is adjusted.

[Visual Basic]
Public Event ItemHeightPushed As DataGridViewModelItemHeightEventHandler 
[C#]
public event DataGridViewModelItemHeightEventHandler ItemHeightPushed;
[C++]
public: __event DataGridViewModelItemHeightEventHandler* ItemHeightPushed;

Event Data

The event handler receives an argument of type DataGridViewModelItemHeightEventArgs containing data related to this event. The following DataGridViewModelItemHeightEventArgs property provides information specific to this event.

Property Description
Height Gets or sets the height of the item.
ItemIndex Gets a value indicating the item index of the property that raised the event.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewBindingModel Class | DataGridViewBindingModel Members | Wimark.Controls Namespace