public int Send( string strEventName, IEventParameter pEventParameter )
public: int Send( String^ strEventName, IEventParameter^ pEventParameter )
Parameters
| Parameter Name | Description |
|---|---|
| strEventName | Name of the event that is sent. |
| pEventParameter | Object containing parameters for this event. |
Return Value
Status of event processing. The Status is a result value of an event. The value is defined by the catcher of the event. When more events are called, the result is a bitwise or of every single result.