Similar to the OnConfigLoadStart event, this event can also be used to change configuration information on-the-fly via the sessionInfo object. However making these changes after the API calls can provide extra convience. For example if the host application is using the Web Service API it can set a single parameter value using the WebService and then based on that parameter make further configuration changes within this event. This provides better performance, security and a reduction of http requests.
For custom code the args array is structured as follows:
args[]
is empty.
For .Net Assemblies the method signature is as follows:
void EventHandlerName(SessionInfo sessionInfo)
The OnConfigLoadEnd Event has a void return value.