PropertyGridEditorPart.SyncChanges Method

Retrieves the values from a WebPart control, and updates the corresponding controls used to edit those property values within a PropertyGridEditorPart control.

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

public:
virtual void SyncChanges () override
public void SyncChanges ()
public override function SyncChanges ()
Not applicable.

The SyncChanges method is a critical method on a PropertyGridEditorPart control. It implements the EditorPart.SyncChanges method from the base class, retrieves the current values from the associated WebPart control, and updates the controls in the PropertyGridEditorPart control with those values so a user can edit them.

The SyncChanges method is called whenever the values in the associated WebPart control might have changed. For a PropertyGridEditorPart control, the EditorZoneBase zone that contains the control calls the SyncChanges method immediately after calling the ApplyChanges method, so that the values in the PropertyGridEditorPart control are always synchronized with the values in the associated WebPart control. Another case where the SyncChanges method is called is when a WebPart control is entering edit mode.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: