fireEvent method
Fires the specified event.
Syntax
HRESULT retVal = object.fireEvent(evt);
Parameters
- evt [in]
-
Type: VARIANT
The event to fire.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Show: