Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
An object that implements the IScriptScriptlet interface represents an event handler script.
In addition to the methods inherited from IScriptEntry, the IScriptScriptlet interface exposes the following methods.
Methods in Vtable Order
| Method | Description |
|---|---|
| IScriptScriptlet::GetEventName | Returns the name of the event that is associated with the scriptlet. |
| IScriptScriptlet:: GetSimpleEventName | Returns the simple event name that is associated with a scriptlet. This is a single-word name that does not contain any white space. |
| IScriptScriptlet::GetSubItemName | Returns the last identifier in the fully qualified name of a scriptlet's object host. |
| IScriptScriptlet::SetEventName | Sets the name of the event that is associated with the scriptlet. |
| IScriptScriptlet::SetSimpleEventName | Sets the simple event name that is associated with a scriptlet. This is a single-word name that does not contain any white space. |
| IScriptScriptlet::SetSubItemName | Sets the last identifier in the fully qualified name of a scriptlet's object host. |