SetEventName method: NotificationManager class
Syntax
SetEventName(Event_Name)
Description
Use this method to set an event.
Parameters
| Parameter | Description |
|---|---|
|
Event_name |
Specifies the name of an event as a string. |
Returns
None.
Example
&objNotif.SetEventName("SENDNOTE");
Related Topics