Back to product page
- Introduction
- License Agreement
- Objects
- Enumerations
- wodTunnel
- Methods
- Properties
- AllocatePty
- Authentication
- Channels
- ClientName
- Compression
- Encryption
- EncryptionList
- FIPS
- HMacList
- Hostname
- KeyExchangeList
- KeySignatureList
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- State
- StateText
- Threads
- Timeout
- UseIPv6
- Version
- Events
- wodTunnelNotify
- Channel
- Channels
- User
- Users
- How to get support?
- Technical information
- Fast notifications interface
- Using threads
- Error list
UserStateChange
Fires when a user connects to the listening channel.
Syntax
- Basic
Private Sub object_UserStateChange(Chan, User, OldState)
The UserStateChange(object,Chan,User,OldState) syntax has these parts:
The UserStateChange(object,Chan,User,OldState) syntax has these parts:
object | A wodTunnel object. |
Chan | A Channel object. Reference to the channel where the user connected. |
User | An User object. Reference to user that connected. |
OldState | A StatesEnum enumeration, as described in settings. Holds the previous state. |