AVEVA Database .NET Public Interface

DbEvents Class

This class contains the mechanisms for subscribing to database events: It covers project open, mdb open, mdb close, savework, getwork, undo, redo, flush, refresh, drop plus capturing general database changes. It does not cover legality checkers for operations on elements. The delegates are organised by type of operation rather than specific ones for each operation e.g. there is a single callback to cover all opeartions(undo, redo, getwork, quit) that changes the user's current viewed data

For a list of all members of this type, see DbEvents Members.

System.Object
   Aveva.Pdms.Database.DbEvents

public class DbEvents

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Aveva.Pdms.Database

Assembly: Aveva.Pdms.Database (in Aveva.Pdms.Database.dll)

See Also

DbEvents Members | Aveva.Pdms.Database Namespace