Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BaseTableView Class / Dispose Method / Dispose(Boolean) Method
true to release both managed and unmanaged resources; false to release only unmanaged resources.

In This Topic
    Dispose(Boolean) Method
    In This Topic
    Disposes of the resources (other than memory) used by the BaseTableView.
    Syntax
    'Declaration
     
    Protected Overloads Overrides Sub Dispose( _
       ByVal disposing As System.Boolean _
    ) 
    protected override void Dispose( 
       System.bool disposing
    )

    Parameters

    disposing
    true to release both managed and unmanaged resources; false to release only unmanaged resources.
    See Also