非标
此特征是非标准的,且不在标准轨道中。不要在面向 Web 的生产站点中使用它:它不适用于每个用户。实现之间可能存在大的不兼容性,且行为将来可能改变。
mssitemodejumplistitemremoved
event occurs when
msSiteModeShowJumpList
is called and an item has been removed from a
跳转列表
by the user.
This proprietary method is specific to Internet Explorer and Microsoft Edge.
| Event Property | object.oncandidatewindowhide = handler; |
|---|---|
| addEventListener Method | object.addEventListener("mssitemodejumplistitemremoved", handler, useCapture) |
This event is raised once for every item that has been removed since the last time
msSiteModeShowJumpList
was called. This event is not triggered if
msSiteModeClearJumpList
has been called.
pEvtObj [in]
类型: IHTMLEventObj
Pointer to an IHTMLEventObj interface for the current event.