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.2.0.0 (5.2.17.0403)
Syntax public 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