Class
PrefChangeEventArgs

EventArgs for preference-change events. See http://msdn.microsoft.com/en-us/library/ms229011.aspx.

Definition

Namespace:Fiddler

Assembly:FiddlerCore.dll

Syntax:

cs-api-definition
public class PrefChangeEventArgs : EventArgs

Inheritance: objectEventArgsPrefChangeEventArgs

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

Properties

PrefName

The name of the preference being added, changed, or removed

Declaration

cs-api-definition
public string PrefName { get; }

Property Value

string

ValueBool

Returns TRUE if ValueString=="true", case-insensitively

Declaration

cs-api-definition
public bool ValueBool { get; }

Property Value

bool

ValueString

The string value of the preference, or null if the preference is being removed

Declaration

cs-api-definition
public string ValueString { get; }

Property Value

string

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