JsonValueChangeEventArgs Constructor (JsonValue, JsonValueChange, Int32)

[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 index object.

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

Syntax

'Declaration
Public Sub New ( _
    child As JsonValue, _
    change As JsonValueChange, _
    index As Integer _
)
public JsonValueChangeEventArgs(
    JsonValue child,
    JsonValueChange change,
    int index
)
public:
JsonValueChangeEventArgs(
    JsonValue^ child, 
    JsonValueChange change, 
    int index
)
new : 
        child:JsonValue * 
        change:JsonValueChange * 
        index:int -> JsonValueChangeEventArgs
public function JsonValueChangeEventArgs(
    child : JsonValue, 
    change : JsonValueChange, 
    index : int
)

Parameters

  • index
    Type: System.Int32
    The index object that initializes the new instance.

.NET Framework Security

See Also

Reference

JsonValueChangeEventArgs Class

JsonValueChangeEventArgs Overload

System.Json Namespace