Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |