TriggerAction Class

Definition

A base class for user-defined actions that are performed when a trigger condition is met.

public abstract class TriggerAction
type TriggerAction = class
Inheritance
System.Object
TriggerAction
Derived

Remarks

Application developers should use TriggerAction<T>, instead.

Properties

AssociatedType

Gets the type of the objects with which this TriggerAction can be associated.

Methods

Invoke(Object)

Application developers override this method to provide the behavior that is triggered.

Applies to