Furcadia Framework For Third Party Programs
ProxySessionOnErrorEventHandler Delegate |
[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 44
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