Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- How to get support?
- Technical information
- Fast notifications interface
- Error list
UserDisconnected event
Fires when user disconnects from wodWebServer.
Syntax
- Basic
Private Sub object_UserDisconnected (ByRef User)
The UserDisconnected(object,User) syntax has these parts:
The UserDisconnected(object,User) syntax has these parts:
object | An expression evaluating to an object of type wodWebServer |
User | WebUser object. Reference to the user who sent the request. |