AfterLoad
Public Event AfterLoad(sender As Object, e As System.EventArgs)
The AfterLoad event fires after the event handler is loaded. This event is commonly used to define business rules on the fields within the Web Shell user interface. For example, FieldChangedHandlers can be added to respond to a change to a field.