ProxySession.OnErrorEventHandler Delegate

Furcadia Framework

ProxySessionOnErrorEventHandler Delegate

Furcadia Framework For Third Party Programs
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.Proxy.ProxySession.OnErrorEventHandler"]

Namespace:  Furcadia.Net.Proxy
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
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

Reference