WrkAssocPage.AssociationOnLoad Method
Namespace: Microsoft.Office.Workflow
Assembly: Microsoft.Office.Workflow.Pages (in Microsoft.Office.Workflow.Pages.dll)
Syntax
'Declaration
Protected Sub AssociationOnLoad ( _
ea As EventArgs _
)
'Usage
Dim ea As EventArgs
Me.AssociationOnLoad(ea)
protected void AssociationOnLoad(
EventArgs ea
)
Parameters
- ea
Type: System.EventArgs