Legend
| Method: void BeforeSave()
Declarationprotected internal virtual void BeforeSave() SummaryThis 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). |