NewEvent.EventArguments Property

Definition

Provides access to the EventArguments parameter.

public:
 property System::Activities::InArgument<cli::array <System::Management::Automation::PSObject ^> ^> ^ EventArguments { System::Activities::InArgument<cli::array <System::Management::Automation::PSObject ^> ^> ^ get(); void set(System::Activities::InArgument<cli::array <System::Management::Automation::PSObject ^> ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Management.Automation.PSObject[]> EventArguments { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.EventArguments : System.Activities.InArgument<System.Management.Automation.PSObject[]> with get, set
Public Property EventArguments As InArgument(Of PSObject())

Property Value

Attributes

Applies to