开发者

onLoad="MyOnLoad"

开发者 https://www.devze.com 2022-12-09 17:34 出处:网络
does anybody hav开发者_高级运维e any idea what\'s does this mean: onLoad=\"MyOnLoad\"? thanks OnLoad is an event that occurs when a control has been created. The MyOnLoad method will be called when t

does anybody hav开发者_高级运维e any idea what's does this mean: onLoad="MyOnLoad"?

thanks


OnLoad is an event that occurs when a control has been created. The MyOnLoad method will be called when the control has been created and added to the window/form.


Most likely you have a Subprocedure MyOnLoad which is being called on when the onLoad-event occurs.

0

精彩评论

暂无评论...
验证码 换一张
取 消