Property TriggerFuncs.FollowingTriggers
Overload
Sets callback function for multiple triggers added afterwards.
If the trigger has a window scope, the callback function is called after evaluating the window.
This function is used with triggers of all types.
The value can be null
.
public TFunc FollowingTriggers { get; set; }