Interface INotifyOnDispose
Notifies the clients if the object is about to dispose.
Namespace: Solti.Utils.Primitives.Patterns
Assembly: Solti.Utils.Primitives.dll
Syntax
public interface INotifyOnDispose
Events
OnDispose
Fires if the object is about to dispose.
Declaration
event EventHandler<bool> OnDispose
Event Type
Type | Description |
---|---|
System.EventHandler<System.Boolean> |