Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- How to get support?
- Technical information
- Fast notifications interface
- Error list
StateChange callback method
Called when users state changes
Syntax
- Basic
object.StateChange (Owner, User, OldState)
The StateChange(object,Owner,User,OldState) syntax has these parts:
The StateChange(object,Owner,User,OldState) syntax has these parts:
object | An expression evaluating to an object of type IwodWebNotify |
Owner | An expression evaluating to an object of type wodWebServer |
User | WebUser object. Reference to user that called CGI script. |
OldState | StatesEnum enumeration |
Remarks
NOTE: This method is called only if you implemented IwodWebNotify interface in your application, and wodWeb1.Notification property has received reference to instance of your implementation.StateChange notification method is called each time user's state changes. Depending on values provided by this notification method, you can track down user's behavior on your system, deny access to it, or just store it locally for debugging purposes.