Returns a value that indicates whether the trigger was invoked.
Syntax
CSharp
protected internal abstract bool HasTriggered ()
VisualBasic
Protected Friend MustOverride Function HasTriggered As Boolean
ManagedCPlusPlus
protected public:
virtual bool HasTriggered () abstract
JSharp
protected abstract boolean HasTriggered ()
Return Value
Return Value
true if the trigger was invoked; otherwise, false.
Remarks
Override the HasTriggered() method if your derived trigger implementation needs to track whether the trigger was invoked. The default implementation of the HasTriggered() method returns false.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)