User Manual
Manuals
Brands
Traxxas Manuals
Hobby
1/6 2WD Gas Buggy w/Zenoah Engine
21
22
23
24
25
26
27
28
29
30
Programming Basics
Page Unloading
๎
Page_Unload
fires after the page is rendered
๎
Donโt try to add to output
๎
Useful for logging and clean up
protected void Page_Unload(Object s, EventArgs e) {
MyApp.LogPageComplete();
}
1
...
...
21
22
23
24
25
...
...
47