Event SendEvent
Occurs when the Helper wants to send a message to the server.
[Obsolete("Use RequestResponseEvent instead. Will be removed in the future.", true)]
public event EventHandler<TicketingGatewayEventArgs> SendEvent
Returns
- EventHandler<TicketingGatewayEventArgs>
- Occurs when the Helper wants to send a message to the server.
Remarks
Obsolete. Use RequestResponseEvent instead.