Click or drag to resize

IBasicNoUIDisconnecting Event

Occurs when a Disconnect is called.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
event EventHandler<EventArgs> Disconnecting

Value

EventHandlerEventArgs
Remarks
Use this event handler to clean up any associated objects or save any changed properties.
See Also