PSEventArgs.SourceArgs 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.
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[]