Click or drag to resize

RunPluginEventArgs Constructor (Object, RunPluginEventArgumentType, PluginDescription, Boolean, PluginExecutionType)

CTor

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EventArguments
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public RunPluginEventArgs(
	Object projectElementArgument,
	RunPluginEventArgumentType type,
	PluginDescription description,
	bool resetBeforeRun,
	PluginExecutionType executionType
)

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.
executionType
Type: SD.LLBLGen.Pro.ApplicationCorePluginExecutionType
Type of the execution.
See Also