DataPA Enterprise Dashboard Controls API Reference
Releases the unmanaged resources used by the
dgShowFilterString and optionally releases the managed resources
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
protected override void Dispose(
bool disposing
) |
Visual Basic |
---|
Protected Overrides Sub Dispose (
disposing As Boolean
) |
Visual C++ |
---|
protected:
virtual void Dispose(
bool disposing
) override |
Parameters
- disposing
- Type: System..::..Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also