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

Usage

Visual Basic
Dim instance As WSTrustChannel
Dim handler As EventHandler

AddHandler instance.Opening, handler

Syntax

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)
JScript

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also