PSEventArgs.SourceArgs Property

Definition

Gets the list of arguments captured by the original event source.

public:
 property cli::array <System::Object ^> ^ SourceArgs { cli::array <System::Object ^> ^ get(); };
public:
 property Platform::Array <Platform::Object ^> ^ SourceArgs { Platform::Array <Platform::Object ^> ^ get(); };
public object[] SourceArgs { get; }
member this.SourceArgs : obj[]
Public ReadOnly Property SourceArgs As Object()

Property Value

Object[]

Applies to