ITrackingPersonalizable.EndSave Method

Definition

Represents the phase after personalization data has been extracted from a control.

public void EndSave();

Examples

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

void ITrackingPersonalizable.EndSave()
{
    _saving = false;
    _trackingLog += "4. EndSave";
}

Remarks

The Web Parts control set calls this method after personalization data has been extracted 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