
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- How to get support?
- Technical information
- Fast notifications interface
- Error list
StateChange event
Fires when users state changes.
Syntax
- Basic
Private Sub object_StateChange (ByRef User, ByVal OldState)
The StateChange(object,User,OldState) syntax has these parts:
The StateChange(object,User,OldState) 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. |
OldState | StatesEnum enumeration |