Click or drag to resize

RunPluginEventArgsProjectElementArgument Property

Gets / sets the ProjectElementArgument element, which is valuable for event handlers, and which is used to retrieve the information needed to perform the correct handling of the event.

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 Object ProjectElementArgument { get; set; }

Property Value

Type: Object
See Also