JsonValueChangeEventArgs Constructor (JsonValue, JsonValueChange, String)

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

Initializes a new instance of the JsonValueChangeEventArgs class with a specified child, change and key object.

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

Syntax

'Declaration
Public Sub New ( _
    child As JsonValue, _
    change As JsonValueChange, _
    key As String _
)
public JsonValueChangeEventArgs(
    JsonValue child,
    JsonValueChange change,
    string key
)
public:
JsonValueChangeEventArgs(
    JsonValue^ child, 
    JsonValueChange change, 
    String^ key
)
new : 
        child:JsonValue * 
        change:JsonValueChange * 
        key:string -> JsonValueChangeEventArgs
public function JsonValueChangeEventArgs(
    child : JsonValue, 
    change : JsonValueChange, 
    key : String
)

Parameters

  • key
    Type: System.String
    The key object that initializes the new instance.

.NET Framework Security

See Also

Reference

JsonValueChangeEventArgs Class

JsonValueChangeEventArgs Overload

System.Json Namespace