 | EventsFunctionalAreaAddEvent Method (TableRow) |
Open the dialog to add an event, set the fields to their desired values, and save.
Namespace: Blackbaud.UAT.Core.CrmAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void AddEvent(
TableRow eventValue
)
Public Shared Sub AddEvent (
eventValue As TableRow
)
public:
static void AddEvent(
TableRow^ eventValue
)
Parameters
- eventValue
- Type: TableRow
Dictionary mapping field caption keys to their values.
See Also