Sys.EventArgs 构造函数

更新:2007 年 11 月

初始化 EventArgs 类的新实例。

var anEventArgs = new Sys.EventArgs();

备注

EventArgs 类为基类,不应直接使用。重写此构造函数可以提供特定功能。