AVEVA Database .NET Public Interface

DbEvents.AddHandleUserChanges Method 

Add delegate to capture all database changes made by user. For performance reasons, this event is only raised when focus is returned to the end user. e.g. at the end of running a PML macro, or after hitting the 'Apply' button. Internally a list of changes is built up. This list is then passed to the subscribers.

public static void AddHandleUserChanges(
   UserChangesEventHandler h
);

Parameters

h

See Also

DbEvents Class | Aveva.Pdms.Database Namespace