| 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
| Property | Defined By | ||
|---|---|---|---|
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
![]()  | 
	 Returns the string representation of the specified object.  | Object | |
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
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 4 2014, 05:50 PM -08:00
 