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