Interface IPlatformSwitch
Event handler for when the active platform is changed. Throwing an exception during this event will cause the build set, if any, to terminate.
Namespace: QFSW.BA.EventHandlers
Assembly: QFSW.BA.dll
Syntax
public interface IPlatformSwitch : IBuildEventHandlerMethods
OnPlatformSwitch(Platform, Platform, Boolean)
Declaration
void OnPlatformSwitch(Platform oldPlatform, Platform newPlatform, bool isBuilding)Parameters
| Type | Name | Description | 
|---|---|---|
| Platform | oldPlatform | |
| Platform | newPlatform | |
| Boolean | isBuilding |