Validations the call back.

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected void ValidationCallBack(
	Object sender,
	ValidationEventArgs args
)
Visual Basic
Protected Sub ValidationCallBack ( 
	sender As Object,
	args As ValidationEventArgs
)

Parameters

sender
Type: System..::..Object
The sender.
args
Type: System.Xml.Schema..::..ValidationEventArgs
The ValidationEventArgs instance containing the event data.

See Also