| Parameter | Description |
|---|---|
| value | Callback expecting the previous and current active build profile. |
Callback invoked when the active build profile has changed to a new value.
BuildProfile.activeProfileChanged += (BuildProfile previous, BuildProfile current) => {}