SiteMapNodeCollection.OnValidate Method
.NET Framework 3.0
Performs additional custom processes when validating a value.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Notes to Implementers:
The OnValidate method allows implementers to define processes that must be performed when executing the standard behavior of the underlying ArrayList object. By defining the OnValidate method, implementers can add functionality to inherited methods without having to override all other methods. Specifically, the OnValidate method is called anytime the SiteMapNodeCollection collection is used via a reference to an IList interface.
Community Additions
ADD
Show: