Click or drag to resize

Connector<DataItemClass>.DBActionAfter Field

Triggered by methods Get*, Insert, Update and Delete

Namespace:  SOWIData.Database
Assembly:  SOWIData (in SOWIData.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public EventHandler<EventArgData<DataItemClass>> DBActionAfter

Field Value

Type: EventHandler<EventArgData<DataItemClass>>
Remarks
Event sequence see on method.
See Also