GoogleTalkPlugIn.GoogleTalkMessagingService._DataAccess_OnAuthError C# (CSharp) Method

_DataAccess_OnAuthError() private method

private _DataAccess_OnAuthError ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        void _DataAccess_OnAuthError(object sender, EventArgs e)
        {
            if (AuthorizationFailed != null)
                AuthorizationFailed(this, _CredEventArgs);
        }