Click or drag to resize
Ab4d.SharpEngine logo

IComponentBase Events

The IComponentBase type exposes the following members.

Events
 NameDescription
Public eventDisposed Occurs when this instance is fully disposed. The value of the parameter is the same as the disposing parameter in the protected Dispose(bool) method.
Public eventDisposing Occurs when this instance is starting to be disposed. The value of the parameter is the same as the disposing parameter in the protected Dispose(bool) method.
Top
See Also