Class FlowControlEventArgs
Event relating to flow control.
public class FlowControlEventArgs : EventArgs- Inheritance
- 
      
      
      FlowControlEventArgs
- Inherited Members
Constructors
FlowControlEventArgs(bool)
public FlowControlEventArgs(bool active)Parameters
- activebool
Properties
Active
Access the flow control setting.
public bool Active { get; }