| Package | flash.events | 
| Class | public class SoftKeyboardTrigger | 
| Inheritance | SoftKeyboardTrigger  Object | 
| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
triggerType property 
	of the SoftKeyboardEvent class. These values indicate what type of action triggered a SoftKeyboard 
	activation event.
	
	Public Properties
Public Methods 
Public Constants
| Constant | Defined By | ||
|---|---|---|---|
| CONTENT_TRIGGERED : String = "contentTriggered" [static] 
	Indicates that ActionScript invoked the event. | SoftKeyboardTrigger | ||
| USER_TRIGGERED : String = "userTriggered" [static] 
	Indicates that user action invoked the event. | SoftKeyboardTrigger | ||
Constant Detail
| CONTENT_TRIGGERED | Constant | 
public static const CONTENT_TRIGGERED:String = "contentTriggered"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Indicates that ActionScript invoked the event.
| USER_TRIGGERED | Constant | 
public static const USER_TRIGGERED:String = "userTriggered"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Indicates that user action invoked the event. Typical user actions that can trigger this event include explicitly closing the keyboard, or pressing the Back key.
Thu Dec 6 2018, 01:12 PM -08:00
 Hide Inherited Public Properties
 Hide Inherited Public Properties Show Inherited Public Properties
 Show Inherited Public Properties