[]
Gets or sets a handler that cancels the opening process if it returns false.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Func<bool> OnBeforeOpen { get; set; }
| Type | Description |
|---|---|
| Func<bool> | A function that returns a bool. |