ICommunicationObject.Closing Event
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Occurs when the communication object first enters the closing state.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
This event occurs when the communication object first begins to transition from the Opened state into the Closed state, immediately after either the Close or BeginClose method is invoked.
Show: