4 overrides of ApplyChanges
System.Web (4)
UI\WebParts\AppearanceEditorPart.cs (1)
65public override bool ApplyChanges() {
UI\WebParts\BehaviorEditorPart.cs (1)
98public override bool ApplyChanges() {
UI\WebParts\LayoutEditorPart.cs (1)
95public override bool ApplyChanges() {
UI\WebParts\PropertyGridEditorPart.cs (1)
97public override bool ApplyChanges() {
1 reference to ApplyChanges
System.Web (1)
UI\WebParts\EditorZoneBase.cs (1)
237if (!editorPart.ApplyChanges()) {