Пространство имен:
Microsoft.IdentityModel.Protocols.WSTrust
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim instance As WSTrustChannel
Dim handler As EventHandler
AddHandler instance.Opening, handler
|
Синтаксис
Visual Basic |
Public Event Opening As EventHandler
|
C# |
public event EventHandler Opening
|
C++ |
public:
virtual event EventHandler^ Opening {
void add (EventHandler^ value) sealed;
void remove (EventHandler^ value) sealed;
}
|
J# |
/** @event */
public final void add_Opening (EventHandler value)
/** @event */
public final void remove_Opening (EventHandler value)
|
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также