Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void BeforeSave()

Declaration

protected internal virtual void BeforeSave()

Summary

This method is called just before the settings class is written out to disk, allowing any required changes to be made to the fields. The base implementation does nothing. Note that this may be called on a different thread than the one invoking a Save* operation (but the same as the thread performing the save immediately after this method returns).