isee.NET Framework Documentation

PageController.InitSimulationObjects Event

Fires on page load. Use this event handler to setup any Simulation objects you will use on the page

[Visual Basic]
Public Event InitSimulationObjects As InitSimulationObjectsDelegate
[C#]
public event InitSimulationObjectsDelegate InitSimulationObjects;

See Also

PageController Class | iseesystems.iseeNET.Controllers.ASPNET Namespace