# Sandbox.CompileGroup.OnCompileSuccess

```csharp
System.Action OnCompileSuccess { get; set; }
```

Called when a compile completes successfully. Can access the result from BuildResult.

Declared in [Sandbox.CompileGroup](/api/Sandbox.CompileGroup).
Assembly: `Sandbox.Compiling`.
