Version

Search Results

InProgress(DataSourceEventIds) Method

Returns true if the event is in progress (in progress count > 0) Syntax Parameters eventid The id of the event Return Value true if the event is in progress; otherwise, false.

InProgress(Int32) Method

Syntax Parameters eventIndex

InProgress Method

Returns true if the event is in progress (in progress count > 0) Overload List

IsEnabled(DataSourceEventGroups) Method

Returns true if all events in the group are enabled Syntax Parameters group The id of the events. Return Value true if the event group is enabled; otherwise, false. Example Following code shows how to disable an individual event or a group of events.

IsEnabled(DataSourceEventIds) Method

Returns true if the event is enabled Syntax Parameters eventid The id of the event. Return Value true if the event is enabled; otherwise, false. Example Following code shows how to disable an individual event or a group of events.

IsEnabled(Int32) Method

Syntax Parameters eventIndex

IsEnabled(Int32[]) Method

Syntax Parameters eventIndexes

IsEnabled Method

Returns true if the event is enabled Overload List

SetEnabled(DataSourceEventGroups,Boolean) Method

Sets a specific event to enabled or disabled Syntax Parameters group The id of the event.enabled True to enable the firing of the events, false to disable. Example Following code shows how to disable an individual event or a group of events.

SetEnabled(DataSourceEventIds,Boolean) Method

Sets a specific event to enabled or disabled. Syntax Parameters eventid enabled Example Following code shows how to disable an individual event or a group of events.