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.Extensibility
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
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