Determines if a trigger's conditions are true at this point in time.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public abstract bool IsTriggered { get; } |
| Visual Basic (Declaration) |
|---|
Public MustOverride ReadOnly Property IsTriggered As Boolean |
| Visual C++ |
|---|
public: virtual property bool IsTriggered { bool get () abstract; } |