ITrackingPersonalizable.BeginSave Method

Definition

Represents the phase prior to extracting personalization data from a control.

public void BeginSave();

Examples

The following code example demonstrates using the BeginSave method. For a complete, working code example that consists of a control and an .aspx page, see the IPersonalizable class overview topic.

void ITrackingPersonalizable.BeginSave()
{
    _saving = true;
    _trackingLog += "3. BeginSave\r\n";
}

Remarks

The Web Parts control set calls this method prior to extracting personalization data from the control.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1