TXTextControl.TextDroppedEventArgs Object

The event argument object for the textDropped event.

Introduced: 23.0.

Syntax

[JavaScript]
{
    text: <string>,
    textType: <string>,   // "text/html", "text/rtf", "text/plain"
    cancel: <boolean>
}

Properties

Property Description
cancel Set this property to true to cancel the event.
text The dropped text.
textType The MIME type of the text.