public class DoWorkEventArgs extends CancelEventArgs
Constructor and Description |
---|
DoWorkEventArgs(Object argument)
Initializes a new instance of the DoWorkEventArgs class.
|
Modifier and Type | Method and Description |
---|---|
Object |
getArgument()
Gets a value that represents the argument of an asynchronous operation.
|
Object |
getResult()
Gets or sets a value that represents the result of an asynchronous operation.
|
void |
setResult(Object result)
Gets or sets a value that represents the result of an asynchronous operation.
|
getCancel, setCancel
public DoWorkEventArgs(Object argument)
argument
- Specifies an argument for an asynchronous operation.public Object getArgument()
public Object getResult()
public void setResult(Object result)