Click or drag to resize
AB4D logo

D3DHost Events

The D3DHost type exposes the following members.

Events
 NameDescription
Public eventHandleCreated Called when Window handle is created automatically inside BuildWindowCore - when Window handle is created manually with calling CreateWindow method, this event is not called.
Public eventPainting Called when WM_PAINT message is passed to D3DHost WndProc
Public eventSizeChanging Called when WM_SIZE message is passed to D3DHost WndProc
Top
See Also