Symphony Framework
ValidateData Event
Symphony.Conductor.Model Namespace > DataObjectBase Class : ValidateData Event
The ValidateData event is raised when a Symphony Data Object property value has been changed and validation of the modified data is required.
Syntax
public event DataObjectBase.ValidateDataEventHandler ValidateData
Remarks
The ValidateData event is raised when a Symphony Data Object property value has been changed and validation of the modified data is required. The event utilsies the DataChangedMessage class to communicate the details of the modified data to the event handler. The DataChangedMessage object should also be used to communicate back the status of the validation.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataObjectBase Class
DataObjectBase Members