Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
In script contained in an HTML page, the MSEventBinder object is used to bind application-defined event handlers to events fired by the various device objects.
Visual Basic clients do not require this object; instead, use the WithEvents
keyword to receive events from an object.
This object exposes the following methods.
Method | Description |
Bind | Binds the event to the specified application-defined event handler. |
Unbind | Unbinds the event and the event handler. |
See Also