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