Wimark.Controls Class Library  

DataGridViewBindingModel.GroupNeeded Event

Occurs when the data model requires the name of the group an item is assigned to.

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

Event Data

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

Property Description
ItemIndex Gets a value indicating the item index of the property that raised the event.
Text Gets or sets the group name or caption the item is assigned to.

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