Click or drag to resize

EntityExtensionBaseOnModeChangedOrUndoingOrCopiedFrom Method

Method called after changes of entity members due to a copy (duplication), a mode entering in browse or append, or a undo/redo action. Use it to update read-only members, contextual filter or non-members extension properties. Use also OnChanged(IChangedEventArgs) to do the same treatment according to a specific entity member.

Namespace:  EBP.Api.Entity
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected virtual void OnModeChangedOrUndoingOrCopiedFrom()
See Also