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