PostBackTrigger.HasTriggered Method

Definition

Returns a value that indicates whether the trigger was activated.

protected public:
 override bool HasTriggered();
protected internal override bool HasTriggered ();
override this.HasTriggered : unit -> bool
Protected Friend Overrides Function HasTriggered () As Boolean

Returns

true if the trigger was activated; otherwise, false.

Remarks

Control developers can override the HasTriggered property to provide custom logic for determining whether the trigger was activated.

Applies to