| Package | flash.desktop |
| Class | public final class InvokeEventReason |
| Inheritance | InvokeEventReason Object |
reason property of an InvokeEvent object.
See also
| Constant | Defined By | ||
|---|---|---|---|
[static]
Indicates that the InvokeEvent event occurred due to the user logging in. | InvokeEventReason | ||
[static]
Indicates that the InvokeEvent occured for any reason other than login. | InvokeEventReason | ||
| Constant |
public static const LOGIN:String = "login"Indicates that the InvokeEvent event occurred due to the user logging in.
| Constant |
public static const STANDARD:String = "standard"Indicates that the InvokeEvent occured for any reason other than login.