VCalendarDispose(Boolean) Method
This can be overridden by derived classes to add their own disposal code if necessary
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
protected virtual void Dispose(
bool disposing
)VB
Protected Overridable Sub Dispose (
disposing As Boolean
)C++
protected:
virtual void Dispose(
bool disposing
)F#
abstract Dispose :
disposing : bool -> unit
override Dispose :
disposing : bool -> unit Parameters
- disposing Boolean
- Pass true to dispose of the managed and unmanaged resources or false to just dispose of the unmanaged resources.
Remarks
This is implemented to ensure that the calendar disconnects from the time zone collection's
TimeZoneIdChanged event handler when it is no longer in use.