edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPEventArgsIsGuiThread Property

Indicates whether or not the event-handler has been invoked on the GUI thread.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public bool IsGuiThread { get; set; }

Property Value

Boolean

Remarks

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.

See Also