TriggerAction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.ObjectTriggerAction
- 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. |