Namespace: Microsoft.IdentityModel.Web.Controls
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As FederatedPassiveSignInStatus
Dim handler As EventHandler(Of CancelEventArgs)

AddHandler instance.SigningOut, handler

Syntax

Visual Basic
Public Event SigningOut As EventHandler(Of CancelEventArgs)
C#
public event EventHandler<CancelEventArgs> SigningOut
C++
public:
event EventHandler<CancelEventArgs^>^ SigningOut {
		void add (EventHandler<CancelEventArgs^>^ value);
		void remove (EventHandler<CancelEventArgs^>^ value);
}
J#
/** @event */
public void add_SigningOut (EventHandler<CancelEventArgs> value)

/** @event */
public void remove_SigningOut (EventHandler<CancelEventArgs> value)
JScript

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also