TriggerEvents Property

MCManager API

State if file action events should be fired or not.

Namespace:  Moxiecode.Manager.FileSystems
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
bool TriggerEvents { get; set; }
Visual Basic (Declaration)
Property TriggerEvents As Boolean
Visual C++
property bool TriggerEvents {
	bool get ();
	void set (bool value);
}

See Also