public event EventHandler Load 系统恢复初始化状态之后
Listing 2 details the addHighlightStyle function called by the load event listener.
清单2详细说明了负载事件侦听程序所调用的addhighlightstyle函数。
It defines two event handlers, one for the load event, and one for the unload event.
它定义了两个事件处理程序,一个用于load事件,另一个用于unload事件。
You can complete the simple windows application by just adding a single line of code to the Load event of the form to fill the DataAdapter using the DataSet.
可以通过仅将单行代码添加到窗体的 Load 事件并使用 DataSet 填充 DataAdapter 来完成简单的 Windows 应用程序。
应用推荐