Search
InteractiveObject.Dispose Method (Boolean)
See Also
 






Clean up any resources being used.

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

 Syntax

C#  Copy Code

protected virtual void Dispose (
    bool disposing
)

Visual Basic  Copy Code

Protected Overridable Sub Dispose( _
    disposing As Boolean _
)

 Parameters

disposing

true if managed resources should be disposed; otherwise, false.

 See Also