Click or drag to resize
RegistrantPanelIsEvent Method
Check the name of the event the registrant is registered for.

Namespace: Blackbaud.UAT.Core.Crm.Panels
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static bool IsEvent(
	string eventName
)

Parameters

eventName
Type: SystemString
The name of the even to check for.

Return Value

Type: Boolean
True if the provided name is the name of the associated event.
See Also