Class
StateChangeEventArgs

Event arguments constructed for the OnStateChanged event raised when a Session's state property changed

Definition

Namespace:Fiddler

Assembly:FiddlerCore.dll

Syntax:

cs-api-definition
public class StateChangeEventArgs : EventArgs

Inheritance: objectEventArgsStateChangeEventArgs

Inherited Members EventArgs.Emptyobject.GetType()object.MemberwiseClone()object.ToString()object.Equals(object)object.Equals(object, object)object.ReferenceEquals(object, object)object.GetHashCode()

Fields

newState

The new state of this session

Declaration

cs-api-definition
public readonly SessionStates newState

Field Value

SessionStates

oldState

The prior state of this session

Declaration

cs-api-definition
public readonly SessionStates oldState

Field Value

SessionStates

In this article
DefinitionFieldsnewStateoldState
Not finding the help you need?
Contact Support