[Modify] Edit it
This commit is contained in:
parent
4c7f6b6c77
commit
8839930cdb
@ -120,8 +120,8 @@ A `WebSocket.OnOpen` event occurs when the WebSocket connection has been establi
|
|||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
ws.OnOpen += (sender, e) => {
|
ws.OnOpen += (sender, e) => {
|
||||||
...
|
...
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
`e` has passed as the `System.EventArgs.Empty`, so you don't need to use it.
|
`e` has passed as the `System.EventArgs.Empty`, so you don't need to use it.
|
||||||
|
Loading…
Reference in New Issue
Block a user