edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPConnectionEventsEnabled Property

Determines whether or not events are currently enabled.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public bool EventsEnabled { get; set; }

Property Value

Type: Boolean
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