EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.OnAuthenticationSuccess

TElSimpleSSHClient     See also    


 

This event is fired when authentication process completed successfully

 
 

Declaration

[C#]
    event TNotifyEvent OnAuthenticationSuccess;

[VB.NET]
    Event OnAuthenticationSuccess As TNotifyEvent

[Pascal]
    property OnAuthenticationSuccess : TNotifyEvent;
    TNotifyEvent = procedure (Sender: TObject) of object;

[VB6]
    Event IElSimpleSSHClientXEvents.OnAuthenticationSuccess()

[ActiveX]
    void IElSimpleSSHClientXEvents.OnAuthenticationSuccess( void );

[DLL]
    not implemented;
 
 

Description

    TElSimpleSSHClient fires this property when the authentication process is completed successfully. This event may be preceded by a couple of OnAuthenticationFailed events.

 
 

See also:     OnAuthenticationFailed

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation