Summary
Initializes a new instance of the
BeforeTaskSetupEventArgs class.
- Namespace
- Cake
.Core - Containing Type
- Before
Task Setup Event Args
Syntax
public BeforeTaskSetupEventArgs(ITaskSetupContext taskSetupContext)
Parameters
| Name | Type | Description |
|---|---|---|
| taskSetupContext | ITaskSetupContext | The task setup context. |
Return Value
| Type | Description |
|---|---|
| void |
