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.Opened, handler

Syntax

Visual Basic
Public Event Opened As EventHandler
C#
public event EventHandler Opened
C++
public:
virtual event EventHandler^ Opened {
		void add (EventHandler^ value) sealed;
		void remove (EventHandler^ value) sealed;
}
J#
/** @event */
public final void add_Opened (EventHandler value)

/** @event */
public final void remove_Opened (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