This method is called
only if you have implemented the
IwodVPNNotify interface in your
application and the wodVPN1.Notification
property has received a reference to an instance of your implementation.
StateChange notification method is called each time wodVPN changes its internal state. Initially it is set to Disconnected, but as you call wodVPN's methods it will be changed to Listening, Connecting etc..
Using this notification method you can determine whether there is anything happening with wodVPN. You can access current state using
State property.