ClientBase<(Of <(TChannel>)>).ICommunicationObject.Closed Event

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The event handler that is invoked when the ClientBase<(Of <(TChannel>)>) object has transitioned from its current state to the closed state.

Namespace:  System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

Syntax

Private Event Closed As EventHandler Implements ICommunicationObject.Closed
event EventHandler ICommunicationObject.Closed

Implements

ICommunicationObject..::.Closed

Remarks

For more information, see System.ServiceModel.Channels..::.CommunicationObject.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

ClientBase<(Of <(TChannel>)>) Class

System.ServiceModel Namespace