开发者

onLoad="MyOnLoad"

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜