Summary
Initializes a new instance of the
AfterSetupEventArgs class.
- Namespace
- Cake
.Core - Containing Type
- AfterSetupEventArgs
Syntax
public AfterSetupEventArgs(ICakeContext context)
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
Return Value
| Type | Description |
|---|---|
| void |
