Event Releasing
- Namespace
 - MaaFramework.Binding.Abstractions
 
- Assembly
 - MaaFramework.Binding.dll
 
Releasing
Occurs directly after System.IDisposable.Dispose is called, before the unmanaged resources is released.
event EventHandler? ReleasingOccurs directly after System.IDisposable.Dispose is called, before the unmanaged resources is released.
event EventHandler? Releasing