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