Public Event PreLoad As EventHandler
Dim instance As Page Dim handler As EventHandler AddHandler instance.PreLoad, handler
public event EventHandler PreLoad
public: event EventHandler^ PreLoad { void add (EventHandler^ value); void remove (EventHandler^ value); }
/** @event */ public void add_PreLoad (EventHandler value) /** @event */ public void remove_PreLoad (EventHandler value)
JScript 支持使用事件,但不支持进行新的声明。
PreLoad 事件在所有回发数据处理之后但在 Load 事件之前引发。在 OnLoadComplete 事件之前,还会再进行一次加载回发数据的尝试。有关处理事件的更多信息,请参见 使用事件。
Windows 98、Windows 2000 SP4、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。