isee.NET Framework Documentation

PageController.UpdateInputValues Event

Fired on every page load. Use the handler to collect any input values that may have been changed by the user.

[Visual Basic]
Public Event UpdateInputValues As UpdateInputValuesDelegate
[C#]
public event UpdateInputValuesDelegate UpdateInputValues;

See Also

PageController Class | iseesystems.iseeNET.Controllers.ASPNET Namespace