Wimark.Controls Class Library  

DataGridView.AfterGroupExpand Event

Occurs after the DataGridView group is expanded or collapsed.

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

Event Data

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

Property Description
Group The group that is expanded or collapsed.

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

DataGridView Class | DataGridView Members | Wimark.Controls Namespace