Пространство имен: Microsoft.IdentityModel.Web
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim handler As EventHandler(Of ServiceConfigurationCreatedEventArgs)

AddHandler FederatedAuthentication.ServiceConfigurationCreated, handler

Синтаксис

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

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также