Add an event to the interface builder.
- Parameters
-
self | The DOFInterfaceBuilder to which the event is added. If NULL, no action will be taken. |
itemID | The DOFItemID corresponding to the event to be added. Should not be NULL. |
parameterCount | The count of DOFType elements in parameters. A 0 value indicates no parameters are used by the event. |
parameters | An array of DOFTypes representing the parameters for this event. Must not be NULL if parameterCount > 0. |
- Returns
- boolean TRUE if the event was successfully added.
- Exceptions
-
FALSE | is returned if an invalid parameter was detected or insufficient resources were available to add the event. |