Share via


SignatureProvider.NotifySignatureAdded Method

Used to display a dialog box informing the user that the signing process has completed and providing additional functionality for the add-in.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub NotifySignatureAdded ( _
    ParentWindow As Object, _
    psigsetup As SignatureSetup, _
    psiginfo As SignatureInfo _
)
'Usage
Dim instance As SignatureProvider
Dim ParentWindow As Object
Dim psigsetup As SignatureSetup
Dim psiginfo As SignatureInfo

instance.NotifySignatureAdded(ParentWindow, _
    psigsetup, psiginfo)
void NotifySignatureAdded(
    Object ParentWindow,
    SignatureSetup psigsetup,
    SignatureInfo psiginfo
)

Parameters

  • ParentWindow
    Type: System.Object

    Allows the host application to obtain the handle to the window containing the displayed dialog box.

Remarks

This method is called when the signing process has completed. Allows a signature provider add-in the ability to add additional functionality to the add-in. For example, if you wanted to offer an archive service where a user could upload their signed document, you could use this method to initiate that process.

See Also

Reference

SignatureProvider Interface

SignatureProvider Members

Microsoft.Office.Core Namespace