NewEventCommand.EventArguments Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data relating to this event.
public:
 property cli::array <System::Management::Automation::PSObject ^> ^ EventArguments { cli::array <System::Management::Automation::PSObject ^> ^ get(); void set(cli::array <System::Management::Automation::PSObject ^> ^ value); };
	public System.Management.Automation.PSObject[] EventArguments { get; set; }
	[System.Management.Automation.Parameter(Position=2)]
public System.Management.Automation.PSObject[] EventArguments { get; set; }
	member this.EventArguments : System.Management.Automation.PSObject[] with get, set
	[<System.Management.Automation.Parameter(Position=2)>]
member this.EventArguments : System.Management.Automation.PSObject[] with get, set
	Public Property EventArguments As PSObject()
	Property Value
		PSObject[]
		
	
	
	- Attributes