InformationCardControl.AutomaticLogonFailed Event

Namespace: Microsoft.IdentityServer.Web.UI
Assembly: Microsoft.IdentityServer (in microsoft.identityserver.dll)

Usage

Syntax

'Declaration
Public Event AutomaticLogonFailed As EventHandler
public event EventHandler AutomaticLogonFailed
public:
event EventHandler^ AutomaticLogonFailed {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
/** @event */
public void add_AutomaticLogonFailed (EventHandler value)

/** @event */
public void remove_AutomaticLogonFailed (EventHandler value)

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

InformationCardControl Class
InformationCardControl Members
Microsoft.IdentityServer.Web.UI Namespace