DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter Namespace / C1FilterEditor Class / Dispose Method / Dispose(Boolean) Method
Indicates whether the method call comes from a Dispose method or from a finalizer.

In This Topic
    Dispose(Boolean) Method
    In This Topic
    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
    Syntax
    'Declaration
     
    Protected Overloads Overrides Sub Dispose( _
       ByVal disposing As Boolean _
    ) 
    protected override void Dispose( 
       bool disposing
    )

    Parameters

    disposing
    Indicates whether the method call comes from a Dispose method or from a finalizer.
    See Also