This document is archived and information here might be outdated. Recommended version. |
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 );