# Sandbox.SerializedProperty.OnStartEdit

```csharp
PropertyStartEditDelegate OnStartEdit { get; set; }
```

Called when the property is about to be edited (eg. in a ControlWidget).

Declared in [Sandbox.SerializedProperty](/api/Sandbox.SerializedProperty).
Assembly: `Sandbox.System`.
