Search
WorkbookView.OnRowOutlineLevelToggled Method
See Also
 






Raises the RowOutlineLevelToggled event.

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

 Syntax

C#  Copy Code

protected virtual void OnRowOutlineLevelToggled (
    OutlineEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnRowOutlineLevelToggled( _
    e As OutlineEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also