Property used in parts with actions (delete, add buttons, etc) that affect other parts on the same page (most notably, social networking modules). When set to true, a page reload action is performed to allow other modules to refresh their contents where ordinary postback cycle is not enough (since some events are being called too late).

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

Syntax

C#
public bool ReloadOnAction { get; set; }
Visual Basic
Public Property ReloadOnAction As Boolean
	Get
	Set
Visual C++
public:
property bool ReloadOnAction {
	bool get ();
	void set (bool value);
}
F#
member ReloadOnAction : bool with get, set

Property Value

Type: Boolean

See Also