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.6.0.0 (5.6.19.0117)
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