XmlFormView.OnDataBinding Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Use the Initialize, NotifyHost, SubmitToHost, or Close events instead of this method
Namespace: Microsoft.Office.InfoPath.Server.Controls
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Protected Overrides Sub OnDataBinding ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnDataBinding(e)
protected override void OnDataBinding(
EventArgs e
)
Parameters
- e
Type: System.EventArgs