Click or drag to resize
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.0.0.0 (5.0.0)
Syntax
public virtual bool BeforeExecute()

Return Value

Type: Boolean
True by default, the plugin's override can return true or false
See Also