Click or drag to resize

EntityFieldSourceContainedStringPropertyChanged Event

Event which is raised when a string based member of this object has been changed. Which string based member and its old/new value is enclosed in the event args.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public event EventHandler<MemberChangedEventArgs<IDocumentFieldSourceChangeType, string>> ContainedStringPropertyChanged

Value

Type: SystemEventHandlerMemberChangedEventArgsIDocumentFieldSourceChangeType, String

Implements

IDocumentFieldSourceContainedStringPropertyChanged
See Also