This event fires when the user has been
successfully signed in.
Namespace: Microsoft.IdentityModel.Web.Controls
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim instance As SignInControl
Dim handler As EventHandler
AddHandler instance.SignedIn, handler
|
Syntax
Visual Basic |
Public Event SignedIn As EventHandler
|
C# |
public event EventHandler SignedIn
|
C++ |
public:
event EventHandler^ SignedIn {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
|
J# |
/** @event */
public void add_SignedIn (EventHandler value)
/** @event */
public void remove_SignedIn (EventHandler value)
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also