The reason this action is executed.
Namespace: TallComponents.PDF.ActionsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public enum ActionReason |
| Visual Basic |
|---|
Public Enumeration ActionReason |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Undefined | 0 | Undefined action. | |
| KeyStroke | 1 | KeyStroke action. | |
| Validate | 2 | Validate action. | |
| Format | 3 | Format action. | |
| Calculate | 4 | Calculate action. | |
| MouseUpAnnotation | 5 | Mouse up action. | |
| MouseUpBookmark | 6 | Mouse up action. | |
| MouseDown | 7 | Mouse down action. | |
| MouseEnter | 8 | Mouse enter action. | |
| MouseExit | 9 | Mouse exit action. | |
| GotFocus | 10 | Got focus action. | |
| LostFocus | 11 | Lost focus action. | |
| BeforePrint | 12 | Before Print action. | |
| AfterPrint | 13 | After Print action. | |
| BeforeSave | 14 | Before Save action. | |
| AfterSave | 15 | After Save action. | |
| OpenDocument | 16 | Open action. | |
| OpenPage | 17 | Open action. | |
| Close | 18 | Close action. |