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