This document is archived and information here might be outdated.  Recommended version.


ISDEditorPropertyPage.ValidateData Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IS > ISDEditorPropertyPage Interface > ISDEditorPropertyPage.ValidateData Method
ArcGIS Developer Help

ISDEditorPropertyPage.ValidateData Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

ISDEditorPropertyPage Interface