Share via


DoWorkEventArgs(Object) Konstruktor

Definice

Inicializuje novou instanci DoWorkEventArgs třídy .

public:
 DoWorkEventArgs(System::Object ^ argument);
public DoWorkEventArgs (object argument);
public DoWorkEventArgs (object? argument);
new System.ComponentModel.DoWorkEventArgs : obj -> System.ComponentModel.DoWorkEventArgs
Public Sub New (argument As Object)

Parametry

argument
Object

Určuje argument pro asynchronní operaci.

Platí pro

Viz také