PropertyChangedEventArgs(TNode, IList, TProperty?, TProperty) Constructor

Definition

Namespace SharpYaml.Model
Assembly SharpYaml.dll

Initializes a new instance of this type.

public PropertyChangedEventArgs(TNode node, IList<Path> parentPaths, TProperty? oldValue, TProperty newValue)

Parameters

node
{TNode}
parentPaths
IList<Path>
oldValue
{TProperty}
newValue
{TProperty}