RepeatedControlLoaded, RepeatedControlUnloaded Events

       

RepeatedControlLoaded — Occurs after the RepeatedControl has been created and initialized.

RepeatedControlUnLoaded — Occurs when the RepeatedControl is about to be unloaded.

Syntax

Private Sub object_RepeatedControlLoaded()

Private Sub object_RepeatedControlUnloaded()

The object placeholder represents an object expression that resolves to an object in the Applies To list.

Remarks

At run time you can change the RepeatedControl by setting the RepeatedControlName property to a new programmatic ID. When doing so, use the RepeatedControlLoaded event to initialize values on the user control.