AVEVA Database .NET Public Interface

DatabaseService.PreRedo Event

Deprecated - use DbEvents.AddLocalChangingEventHandler

public static event DbUndoEventHandler PreRedo;

Event Data

The event handler receives an argument of type DbUndoChangesEventArgs containing data related to this event. The following DbUndoChangesEventArgs properties provide information specific to this event.

Property Description
ChangeList
MarkNumber

See Also

DatabaseService Class | Aveva.Pdms.Database Namespace