Releases all resources used by the C1BindingSource.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
protected override void Dispose(
	bool disposing
)
Visual Basic (Declaration)
Protected Overrides Sub Dispose ( _
	disposing As Boolean _
)

Parameters

disposing
Type: System..::..Boolean
True if managed resources should be disposed; otherwise, false.

See Also