Class StateChangeEventArgs
Event arguments constructed for the OnStateChanged event raised when a Session's state property changed
Inheritance
System.Object
StateChangeEventArgs
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public class StateChangeEventArgs : EventArgs
Fields
newState
The new state of this session
Declaration
public readonly SessionStates newState
Field Value
SessionStates
|
oldState
The prior state of this session
Declaration
public readonly SessionStates oldState
Field Value
SessionStates
|