DrawTreeNodeExtendedEventArgsDispose(Boolean) Method
This can be overridden by derived classes to add their own disposal code if necessary
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected virtual void Dispose(
bool disposing
)
Protected Overridable Sub Dispose (
disposing As Boolean
)
protected:
virtual void Dispose(
bool disposing
)
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.
This is implemented to ensure that the graphics objects assigned to the event arguments are
disposed of correctly.