This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IS > ISDEditorPropertyPage Interface > ISDEditorPropertyPage.ValidateData Method (ArcObjects .NET 10.4 SDK) |
Optional Method called by the framework to allow the property page to validate itself at the very just before saving.
[Visual Basic .NET] Public Function ValidateData ( _ ByVal pTrackCancel As ITrackCancel, _ ByVal vParameters As Object _ ) As IPropertyPage
[C#] public IPropertyPage ValidateData ( ITrackCancel pTrackCancel, object vParameters );