Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Delegate Sub ValidationCallbackDefinition ( _
validator As DelegateValidationControl _
)
'Usage
Dim instance As New ValidationCallbackDefinition(AddressOf HandlerMethod)
public delegate void ValidationCallbackDefinition(
DelegateValidationControl validator
)
Parameters
- validator
Type: Microsoft.Office.Server.WebControls.DelegateValidationControl