AVEVA Database .NET Public Interface

DatabaseService.Changes Event

Changes event- Deprecated, use DbEvents.AddHandleUserChanges to add a delegate

public static event DbChangesEventHandler Changes;

Event Data

The event handler receives an argument of type DbChangesEventArgs containing data related to this event. The following DbChangesEventArgs property provides information specific to this event.

Property Description
ChangeList User change list.

See Also

DatabaseService Class | Aveva.Pdms.Database Namespace