Table of Contents

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.

public event EventHandler? Releasing

Event Type

EventHandler?