MindFusion.Wpf Pack Programmer's Guide
WorkbookView.RowGroupCollapsed Event
See Also
 





Raised when a row group has been collapsed interactively.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public event EventHandler<RowEventArgs> RowGroupCollapsed

Visual Basic  Copy Code

Public Event RowGroupCollapsed As EventHandler(Of RowEventArgs)

 Event Data

RowGroupCollapsed event handlers receive an argument of type RowEventArgs.

 See Also

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace