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.7.0.0 (5.7.0)
Syntaxpublic 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