EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElGoogleDataStorage.OnAuthAttempt

TElGoogleDataStorage     See also    


 

This event is fired to report authorization attempt.

 
 

Declaration

[C#]
    event TSBGoogleAuthAttemptEvent OnAuthAttempt;
    delegate void TSBGoogleAuthAttemptEvent(object Sender);

[VB.NET]
    Event OnAuthAttempt As TSBGoogleAuthAttemptEvent
    Delegate Sub TSBGoogleAuthAttemptEvent(ByVal Sender As Object)

[Pascal]
    property OnAuthAttempt : TSBGoogleAuthAttemptEvent;
    TSBGoogleAuthAttemptEvent = procedure (Sender : TObject) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    This event is fired by TElGoogleDataStorage when an authorization attempt has been initiated.

 
 

See also:     OnAuthCaptchaRequest     OnAuthAttemptFailed     MaxAuthAttempts    

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