IInputChannel Events
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public event Closed Occurs when the communication object completes its transition from the closing state into the closed state. (Inherited from ICommunicationObject.)
Public event Closing Occurs when the communication object first enters the closing state. (Inherited from ICommunicationObject.)
Public event Faulted Occurs when the communication object first enters the faulted state. (Inherited from ICommunicationObject.)
Public event Opened Occurs when the communication object completes its transition from the opening state into the opened state. (Inherited from ICommunicationObject.)
Public event Opening Occurs when the communication object first enters the opening state. (Inherited from ICommunicationObject.)
Top

Show:
© 2017 Microsoft