FTPEventArgsIsGuiThread Property
Indicates whether or not the event-handler has been invoked on the GUI thread.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public bool IsGuiThread { get; set; }
Public Property IsGuiThread As Boolean
Get
Set
public:
property bool IsGuiThread {
bool get ();
void set (bool value);
}
member IsGuiThread : bool with get, set
Property Value
Boolean
If this property is true, then it's safe to manipulate Windows Forms controls
from within the event-handler, otherwise
BeginInvoke(Delegate)
must be used.