C1.Win.DataFilter.4.8 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 _
) 
 

Parameters

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