|
NetConnectionOnErrorEventHandler Delegate
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Furcadia.Net.DirectConnection.NetConnection.OnErrorEventHandler"]
Namespace:
Furcadia.Net.DirectConnection
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public delegate void OnErrorEventHandler(
Object sender,
EventArgs e
)
Public Delegate Sub OnErrorEventHandler (
sender As Object,
e As EventArgs
)
Dim instance As New OnErrorEventHandler(AddressOf HandlerMethod)
public delegate void OnErrorEventHandler(
Object^ sender,
EventArgs^ e
)
type OnErrorEventHandler =
delegate of
sender : Object *
e : EventArgs -> unit
Parameters
- sender
- Type: SystemObject
- e
- Type: SystemEventArgs
See Also