PluginExecutionType Enumeration |
Execution type of the plugin. Used in RunPluginEventArgs to signal the plugin runner
Namespace: SD.LLBLGen.Pro.ApplicationCoreAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public enum PluginExecutionType
Public Enumeration PluginExecutionType
Members
| Member name | Value | Description |
---|
| Normal | 0 |
Normal execution type, the 'Execute' method is called.
|
| BeforeAction | 1 |
Execution before an action, which is cancelable.
|
See Also