RainwayConnection.Close event
Raised when the connection to Rainway is closed.
public event EventHandler<RainwayConnection, CloseEvent> Close;
See Also
- delegate EventHandler<TSender,TEventArgs>
- class CloseEvent
- class RainwayConnection
- namespace Rainway.SDK