Specifies the event handler for changes to the IP address value.
property OnChange: TNotifyEvent;
Description
OnChange is a TNotifyEvent property that specifies the event handler for changes to the value of the IP address or network mask. OnChange is triggered from both Assign and SetAll.
Use OnChange to notify an application of changes in the network address properties. Assign an OnChange event handler to respond to the event notification.