![]() |



Function |
Declared in: NiGraph3DEvents.h |
Declaration
void OnReadyStateChange();
Description
Generated when the ready state changes.
Note: When this event is generated, use the ReadyState property to determine the control's new ready state.
See Also
Example
void OnReadyStateChange() { if (m_Graph.ReadyState == READYSTATE_LOADED) { // Your event code here. } }