StreamStateChangedEventArgs Members
Include Protected Members
Include Inherited Members
Represents the event data of a StreamStateChanged event.
The StreamStateChangedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Channel | Gets the channel object. | |
Direction | Gets the stream direction. | |
IsActive | Gets the flag indicating whether the stream is active. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top