AVEVA Database .NET Public Interface

DatabaseService.Claim Event

Deprecated - use DbEvents.AddClaimedEventHandler to add a delegate

public static event DbClaimEventHandler Claim;

Event Data

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

Property Description
Element Element relating to claim event.

See Also

DatabaseService Class | Aveva.Pdms.Database Namespace