OnRestoreValues()
<< Click to Display Table of Contents >> OnRestoreValues() |
Called when the column is restored (e.g. from a workspace). All public properties in a SuperDOM Column are saved to the workspace upon closing and selecting save. You may choose to do something explicit with a certain property when the OnRestoreValues() method is called.
This method does not return a value
public override void OnRestoreValues()
{
}
This method does not require any parameters
public override void OnRestoreValues() |