XlateWfAssocPage.XlateList_OnValidate Method
Namespace: Microsoft.Office.Workflow
Assembly: Microsoft.Office.Workflow.Pages (in Microsoft.Office.Workflow.Pages.dll)
Syntax
'Declaration
Protected Sub XlateList_OnValidate ( _
source As Object, _
args As ServerValidateEventArgs _
)
'Usage
Dim source As Object
Dim args As ServerValidateEventArgs
Me.XlateList_OnValidate(source, args)
protected void XlateList_OnValidate(
Object source,
ServerValidateEventArgs args
)
Parameters
- source
Type: System.Object