Click or drag to resize
Ab4d.SharpEngine logo

SharpEngineSceneViewDisposed Event

Occurs when this instance is fully disposed. The value of the parameter is the same the disposing parameter in the Dispose(bool) method.

Namespace: Ab4d.SharpEngine.WinUI
Assembly: Ab4d.SharpEngine.WinUI (in Ab4d.SharpEngine.WinUI.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public event EventHandler<bool> Disposed

Value

EventHandlerBoolean

Implements

IComponentBaseDisposed
See Also