 | RegistrantPanelIsEvent Method |
Check the name of the event the registrant is registered for.
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static bool IsEvent(
string eventName
)
Public Shared Function IsEvent (
eventName As String
) As Boolean
public:
static bool IsEvent(
String^ eventName
)
Parameters
- eventName
- Type: SystemString
The name of the even to check for.
Return Value
Type:
BooleanTrue if the provided name is the name of the associated event.
See Also