Click or drag to resize

IDataSetAccessorTKey, TValueDataSetChanged Event

Raised when the property CurrentDataSet is changed.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
event EventHandler DataSetChanged

Value

EventHandler
Remarks
The implementation of the event handler shall be reentrant.
See Also