RunPluginEventArgs Constructor (Object, RunPluginEventArgumentType, PluginDescription, Boolean) |
CTor
Namespace: SD.LLBLGen.Pro.ApplicationCore.EventArgumentsAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public RunPluginEventArgs(
Object projectElementArgument,
RunPluginEventArgumentType type,
PluginDescription description,
bool resetBeforeRun
)
Public Sub New (
projectElementArgument As Object,
type As RunPluginEventArgumentType,
description As PluginDescription,
resetBeforeRun As Boolean
)
Parameters
- projectElementArgument
- Type: SystemObject
Project element which is passed as an argument to the handler - type
- Type: SD.LLBLGen.Pro.ApplicationCoreRunPluginEventArgumentType
The type of object stored in ProjectElementArgument - description
- Type: SD.LLBLGen.Pro.ApplicationCore.ExtensibilityPluginDescription
description of the plugin to run - resetBeforeRun
- Type: SystemBoolean
if set to true, the plugin is reset right before the execution. This is the default.
See Also