Class OnDisposedCallback
Represents a method wrapper for a method which is called when the wrapper is disposed
public class OnDisposedCallback
- Inheritance
-
objectOnDisposedCallback
- Extension Methods
Constructors
OnDisposedCallback(Action)
Constructor
public OnDisposedCallback(Action callback)
Parameters
callback
ActionCallback to execute when the object is disposes
Properties
Callback
Method called when this object is disposed
public Action Callback { get; protected set; }
Property Value
- Action
Methods
Dispose()
Fires when the object disposes
public void Dispose()