SignatureDetailsPage.OnUnload Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides Control.OnUnload(EventArgs).
Namespace: Microsoft.Office.InfoPath.Server.Controls
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Protected Overrides Sub OnUnload ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnUnload(e)
protected override void OnUnload(
EventArgs e
)
Parameters
- e
Type: System.EventArgs