JsonValue.OnSaveStarted Method

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

Occurs when the save is started.

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

Syntax

'Declaration
Protected Overridable Sub OnSaveStarted
protected virtual void OnSaveStarted()
protected:
virtual void OnSaveStarted()
abstract OnSaveStarted : unit -> unit 
override OnSaveStarted : unit -> unit 
protected function OnSaveStarted()

.NET Framework Security

See Also

Reference

JsonValue Class

System.Json Namespace