PowerTCP SSH and SFTP for .NET
OnBanner Method




A BannerEventArgs that contains the event data.
Raises the Banner event.
Syntax
'Declaration
 
Public Overridable Sub OnBanner( _
   ByVal e As BannerEventArgs _
) 
'Usage
 
Dim instance As SshConnection
Dim e As BannerEventArgs
 
instance.OnBanner(e)
public virtual void OnBanner( 
   BannerEventArgs e
)
public: virtual void OnBanner( 
   BannerEventArgs* e
) 
public:
virtual void OnBanner( 
   BannerEventArgs^ e
) 

Parameters

e
A BannerEventArgs that contains the event data.
Remarks
Raising an event invokes the event handler through a delegate.

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

See the ComponentBase.SynchronizingObject property for important information on updating UI controls from within derived classes.

See Also

Reference

SshConnection Class
SshConnection Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic