PCRuntimeConfigurator.existsEvent Method [AX 2012]

This method is used to check if the .NET configurator class has a given event implemented.

protected boolean existsEvent(str _eventName)

Run On

Client

Parameters

_eventName
Type: str
An event name.

Return Value

Type: boolean
true if the event exists; false, otherwise.

Community Additions

ADD
Show: