Click or drag to resize
RunPluginEventArgs Constructor (Object, RunPluginEventArgumentType, PluginDescription)
CTor

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EventArguments
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public RunPluginEventArgs(
	Object projectElementArgument,
	RunPluginEventArgumentType type,
	PluginDescription description
)

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
See Also