Determines if a trigger's conditions are true at this point in time.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
bool IsTriggered { get; }
Visual Basic (Declaration)
ReadOnly Property IsTriggered As Boolean
Visual C++
property bool IsTriggered {
	bool get ();
}

See Also