Request

Response

    BaseExchangeModel.BeforeViewExchange event

    Event should be invoked Before the ViewExchangeAsync.

    public event Action<object, ExchangeItem> BeforeViewExchange;
    

    See Also