 | MultiLevelEventDialogAddExistingEvent Method |
Add an event to the multi-level event. If an event if currently selected in
the hierachy, then the new event will be added a child to the selected event.
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void AddExistingEvent(
string eventName
)
Public Shared Sub AddExistingEvent (
eventName As String
)
public:
static void AddExistingEvent(
String^ eventName
)
Parameters
- eventName
- Type: SystemString
The name of the event to add.
See Also