Show / Hide Table of Contents

Struct TOBAArgs

Arguments for TriggerOptions.BeforeAction and TriggerOptions.AfterAction.

public struct TOBAArgs

Namespace: Au.Triggers
Assembly: Au.dll

Properties

Name Description
ActionArgs

Trigger event info. The same variable as passed to the trigger action. To access the info, cast to HotkeyTriggerArgs etc, depending on trigger type.

Exception

If action ended with an exception, the exception. Else null.