TXTextControl.DocumentLoadedEventArgs Object

The event argument object for the documentLoaded event.

Introduced: 23.0.

Syntax

[JavaScript]
{
    fileName: <string>,
}

Properties

Property Description
fileName The file name of the loaded document.