Raised when a row group has been expanded interactively.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public event EventHandler<RowEventArgs> RowGroupExpanded |
Visual Basic
Copy Code
|
|---|
Public Event RowGroupExpanded As EventHandler(Of RowEventArgs) |
Event DataRowGroupExpanded event handlers receive an argument of type RowEventArgs.
See Also