SourceAwareCommandTEventArgs, TParamDispose Method

Releases the delegate passed to the constructor. Should be called if the callback is an instance method, which holds references to other objects.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public void Dispose()

Implements

IDisposableDispose

See Also