ITrackingPersonalizable.EndSave Method ()

 

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

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

Sub EndSave

The Web Parts control set calls this method after personalization data has been extracted from the control.

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.

Sub EndSave() Implements ITrackingPersonalizable.EndSave
    _saving = False
    _trackingLog += "4. EndSave"

End Sub 'ITrackingPersonalizable.EndSave

.NET Framework
Available since 2.0
Return to top
Show: