Click or drag to resize
PluginExecutionType Enumeration
Execution type of the plugin. Used in RunPluginEventArgs to signal the plugin runner

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public enum PluginExecutionType
Members
  Member nameValueDescription
Normal0 Normal execution type, the 'Execute' method is called.
BeforeAction1 Execution before an action, which is cancelable.
See Also