Пространство имен: 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 |
---|
|