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