|
DXViewDXSceneInitialized Event |
Called after the DXScene has been fully initialized - the device, buffers and views are created.
In Wpf3D mode the event is triggered after the Wpf3D has been initialized.
To be notified after the DXScene, DirectX device and UsedGraphicsProfile would be set and before the DirectX buffers and views are created, use the
DXSceneDeviceCreated event.
Namespace: Ab3d.DirectX.ControlsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public event EventHandler DXSceneInitialized
Value
EventHandlerSee Also