new KeyStrokeEventData()
        [Missing documentation]
    
    
    
    
    
    
    
Extends
Methods
- 
    
<static> create(field_name, current, change, selection_start, selection_end)
 - 
    
    Constructor
Parameters:
Name Type Description field_namestring currentstring changestring selection_startnumber selection_endnumber Returns:
A promise that resolves to an object of type: "PDFNet.KeyStrokeEventData"- Type
 - Promise.<Core.PDFNet.KeyStrokeEventData>
 
 - 
    
copy()
 - 
    
    Copy Constructor
Returns:
A promise that resolves to an object of type: "PDFNet.KeyStrokeEventData"- Type
 - Promise.<Core.PDFNet.KeyStrokeEventData>
 
 - 
    
destroy()
 - 
    
    Destructor
- Inherited From:
 
Returns:
- Type
 - Promise.<void>
 
 - 
    
takeOwnership()
 - 
    
    Take the ownership of this object, so that PDFNet.runWithCleanup won't destroy this object.
- Inherited From:
 
Returns:
- Type
 - void