|
Quick links:
F-IN-BOX .NET Edition Home Page
| Buy license
| Welcome to our forum!
| Ask your question
| Help on the Web
F-IN-BOX .NET Help >> Classes >> f_in_box__control and f_in_box__form >> Events >> Native events OnReadyStateChange
Syntax
[ C# ]
public enum ReadyState
{
Loading = 0,
Uninitialized = 1,
Loaded = 2,
Interactive = 3,
Complete = 4
}
public delegate void OnReadyStateChangeEventHandler(object sender, ReadyState state);
public event OnReadyStateChangeEventHandler OnReadyStateChange;
Description
Generated when the ready state of the control changes.
Flash versions
3: supported
4: supported 5: supported 6: supported 7: supported 8: supported 9: supported Copyright © 2004 - 2008 Softanics. All rights reserved. F-IN-BOX is a trademark of Softanics. Macromedia and Shockwave Flash are trademarks of Adobe
Quick links:
F-IN-BOX .NET Edition Home Page
| Buy license
| Welcome to our forum!
| Ask your question
| Help on the Web
|