JsonValueChangeEventArgs.Change Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the Json value change.

Namespace:  System.Json
Assembly:  System.Json (in System.Json.dll)

Syntax

'Declaration
Public ReadOnly Property Change As JsonValueChange
public JsonValueChange Change { get; }
public:
property JsonValueChange Change {
    JsonValueChange get ();
}
member Change : JsonValueChange
function get Change () : JsonValueChange

Property Value

Type: System.Json.JsonValueChange
The Json value change.

.NET Framework Security

See Also

Reference

JsonValueChangeEventArgs Class

System.Json Namespace