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





Raised when a row group has been expanded interactively.

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

 Syntax

C#  Copy Code

public event EventHandler<RowEventArgs> RowGroupExpanded

Visual Basic  Copy Code

Public Event RowGroupExpanded As EventHandler(Of RowEventArgs)

 Event Data

RowGroupExpanded event handlers receive an argument of type RowEventArgs.

 See Also

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace