Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an event hat occurs after a file submission has finished.
Namespace: Microsoft.Office.RecordsManagement.OfficialFileWSProxy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Delegate Sub SubmitFileCompletedEventHandler ( _
sender As Object, _
e As SubmitFileCompletedEventArgs _
)
'Usage
Dim instance As New SubmitFileCompletedEventHandler(AddressOf HandlerMethod)
public delegate void SubmitFileCompletedEventHandler(
Object sender,
SubmitFileCompletedEventArgs e
)
Parameters
- sender
Type: System.Object
See Also
Reference
Microsoft.Office.RecordsManagement.OfficialFileWSProxy Namespace