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

Usage

Visual Basic
Dim handler As EventHandler(Of ServiceConfigurationCreatedEventArgs)

AddHandler FederatedAuthentication.ServiceConfigurationCreated, handler

Syntax

Visual Basic
Public Shared Event ServiceConfigurationCreated As EventHandler(Of ServiceConfigurationCreatedEventArgs)
C#
public static event EventHandler<ServiceConfigurationCreatedEventArgs> ServiceConfigurationCreated
C++
public:
static event EventHandler<ServiceConfigurationCreatedEventArgs^>^ ServiceConfigurationCreated {
		void add (EventHandler<ServiceConfigurationCreatedEventArgs^>^ value);
		void remove (EventHandler<ServiceConfigurationCreatedEventArgs^>^ value);
}
J#
/** @event */
public static void add_ServiceConfigurationCreated (EventHandler<ServiceConfigurationCreatedEventArgs> value)

/** @event */
public static void remove_ServiceConfigurationCreated (EventHandler<ServiceConfigurationCreatedEventArgs> value)
JScript

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also