isee.NET Framework Documentation

PageController.UpdateControls Event

Fires when the the page first loads, and on post-backs if Viewstate is not enabled. Fires when the Simulation.AdvanceToPauseInterval event is fired

[Visual Basic]
Public Event UpdateControls As UpdateControlsDelegate
[C#]
public event UpdateControlsDelegate UpdateControls;

See Also

PageController Class | iseesystems.iseeNET.Controllers.ASPNET Namespace