F-IN-BOX .NET Help >> Classes >> f_in_box__control and f_in_box__form >> Events >> Native events

OnReadyStateChange

Syntax

[ C# ]
  1. public enum ReadyState  
  2. {  
  3.     Loading = 0,   
  4.     Uninitialized = 1,   
  5.     Loaded = 2,   
  6.     Interactive = 3,   
  7.     Complete = 4  
  8. }  
  9.   
  10. public delegate void OnReadyStateChangeEventHandler(object sender, ReadyState state);  
  11. 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 © Softanics. All rights reserved.
F-IN-BOX is a trademark of Softanics.
Macromedia and Shockwave Flash are trademarks of Adobe