edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Determines whether or not events are currently enabled.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public bool EventsEnabled { get; set; }
Visual Basic
Public Property EventsEnabled As Boolean
	Get
	Set
Visual C++
public:
property bool EventsEnabled {
	bool get ();
	void set (bool value);
}

Field Value

The EventsEnabled flag determines whether or not events are currently enabled. If the flag is true (the default) then events will fire as appropriate. If the flag is false then no events will be fired by this object.

See Also