PowerTCP FTP for .NET
OnDataIsBusyChanged Method



An System.EventArgs object.
Raises the DataIsBusyChanged event.
Syntax
Protected Overridable Sub OnDataIsBusyChanged( _
   ByVal e As EventArgs _
) 
Dim instance As Ftp
Dim e As EventArgs
 
instance.OnDataIsBusyChanged(e)
protected virtual void OnDataIsBusyChanged( 
   EventArgs e
)
protected:
virtual void OnDataIsBusyChanged( 
   EventArgs^ e
) 

Parameters

e
An System.EventArgs object.
Remarks
If the Synchronizing property is set, this method asynchronously invokes the event on the UI thread. If the Synchronizing property is null, this method invokes the event on the executing thread.

The OnDataIsBusyChanged method allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class, but marshaling is not provided.

Note to Inheritors: When overriding OnDataIsBusyChanged in a derived class, be sure to call the base class OnDataIsBusyChanged method, so that registered delegates receive the event.

See the SynchronizingObject property for information on updating UI controls in your event handler.

See Also

Reference

Ftp Class
Ftp Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic