WebPartManager::EndWebPartEditing Method
Completes the process of editing a WebPart control.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The control referenced by the SelectedWebPart property is nullptr. |
The EndWebPartEditing method finishes the process of editing a WebPart control. It is the counterpart to the BeginWebPartEditing method.
The EndWebPartEditing method ensures that the personalization object referenced by the Personalization property is modifiable, which is necessary because editing a control is a process that requires personalization changes. The method then ensures that the SelectedWebPart object is not nullptr, so that the currently selected WebPart control can change, and finally it calls the OnSelectedWebPartChanged method.
Notes to InheritorsDevelopers who need to extend the WebPartManager control might want to override this method in a derived class. One approach would be to call the base method and then add some additional custom handling, or you might want to completely customize the entire process of completing the editing of a control. For example, in the override method, you could call the base method first, and then add some code that determines what editing changes were made, and displays the list of changes back to the end user as a confirmation.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.