ICIEventAction Interface

The ICIEventAction interface allows you to make changes to the Event Rule Action settings.

interface ICIEventAction : IDispatch
NOTE:  "Function" and "Sub" indicate that the member is a method; "Property" indicates that it is a property.

Members

  • Function GetParams() As Object

  • Retrieves the event action parameters.

    HRESULT GetParams([out, retval] IDispatch** ppdispParams);

    EFT v6.1 and later

  • Sub SetParams(pdispParams As Object)

  • Specifies the event action parameters.

    HRESULT SetParams([in] IDispatch* pdispParams);

    EFT v6.1 and later

  • Property type As EventActionType read-only

  • HRESULT Type([out, retval] EventActionType *pVal);

    EFT v5.2 and later

Related Topics