[]
Gets or sets a handler that is called when creation is complete.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Action OnAfterCreate { get; set; }
| Type | Description |
|---|---|
| Action | An action that is called when creation is complete. |