Apply web part property changes (Note: Overridden property still needs to be marked as WebPartApplyChangesAttribute).

Note: Marked with WebPartApplyChangesAttribute attribute so it is called from ApplyChanges event in the editor part to refresh the module appearance.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual void ApplyChanges()
Visual Basic
Public Overridable Sub ApplyChanges
Visual C++
public:
virtual void ApplyChanges()
F#
abstract ApplyChanges : unit -> unit 
override ApplyChanges : unit -> unit 

See Also