JsonValue.OnSaveEnded 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 ended.

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

Syntax

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

.NET Framework Security

See Also

Reference

JsonValue Class

System.Json Namespace