DataPA Enterprise Dashboard Controls API Reference
Gets or sets a value that indicates whether or not any xmlgenerateComplete events will be delayed.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool PauseXMLEvents { get; set; }
Visual Basic
Public Property PauseXMLEvents As Boolean
	Get
	Set
Visual C++
public:
virtual property bool PauseXMLEvents {
	bool get () sealed;
	void set (bool value) sealed;
}

Property Value

Type: Boolean
True if any xmlgenerateComplete events will be delayed.

Return Value

Type: Boolean
True if any xmlgenerateComplete events will be delayed.

Remarks

Any events that have been delayed whilst the value is True, will fire when the value is set to false.

See Also