| PluginBaseBeforeExecute Method  | 
            Executes the plugin with the knowledge that it's executed before an action and that it can cancel that action by returning false. 
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.ExtensibilityAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic virtual bool BeforeExecute()
Public Overridable Function BeforeExecute As Boolean
Return Value
Type: 
BooleanTrue by default, the plugin's override can return true or false
See Also