| 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.3.0.0 (5.3.0)
Syntaxpublic Object ProjectElementArgument { get; set; }Public Property ProjectElementArgument As Object
	Get
	Set
Property Value
Type: 
Object
See Also