An NDoc Documented Class Library

FTPEventArgs.IsGuiThread Property

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

public bool IsGuiThread {get; set;}

Remarks

If this property is true, then it's safe to manipulate Windows Forms controls from within the event-handler, otherwise BeginInvoke must be used.

See Also

FTPEventArgs Class | EnterpriseDT.Net.Ftp Namespace