IInputChannel Events
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The IInputChannel type exposes the following members.
| Name | Description | |
|---|---|---|
|
Closed | Occurs when the communication object completes its transition from the closing state into the closed state. (Inherited from ICommunicationObject.) |
|
Closing | Occurs when the communication object first enters the closing state. (Inherited from ICommunicationObject.) |
|
Faulted | Occurs when the communication object first enters the faulted state. (Inherited from ICommunicationObject.) |
|
Opened | Occurs when the communication object completes its transition from the opening state into the opened state. (Inherited from ICommunicationObject.) |
|
Opening | Occurs when the communication object first enters the opening state. (Inherited from ICommunicationObject.) |
Show: