Click or drag to resize
Ab4d.SharpEngine logo

ComponentBase Events

The ComponentBase type exposes the following members.

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