Attribute that is used to mark the methods that are called on ApplyChanges event in Web part editor. Usually used for various data binding / refreshing methods.

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

Syntax

C#
public class WebPartApplyChangesAttribute : Attribute
Visual Basic
Public Class WebPartApplyChangesAttribute
	Inherits Attribute
Visual C++
public ref class WebPartApplyChangesAttribute : public Attribute
F#
type WebPartApplyChangesAttribute =  
    class
        inherit Attribute
    end

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    MonoSoftware.MonoX..::..WebPartApplyChangesAttribute

See Also