GetRecordRoutingCollectionCompletedEventHandler representante
Esta classe e seus membros estăo reservados para uso interno e năo devem ser usados em seu código.
Namespace: Microsoft.Office.RecordsManagement.OfficialFileWSProxy
Assembly: Microsoft.Office.Policy (em Microsoft.Office.Policy.dll)
Sintaxe
'Declaração
Public Delegate Sub GetRecordRoutingCollectionCompletedEventHandler ( _
sender As Object, _
e As GetRecordRoutingCollectionCompletedEventArgs _
)
'Uso
Dim instance As New GetRecordRoutingCollectionCompletedEventHandler(AddressOf HandlerMethod)
public delegate void GetRecordRoutingCollectionCompletedEventHandler(
Object sender,
GetRecordRoutingCollectionCompletedEventArgs e
)
Parâmetros
- sender
Tipo: System.Object
- e
Tipo: Microsoft.Office.RecordsManagement.OfficialFileWSProxy.GetRecordRoutingCollectionCompletedEventArgs
Ver também
Referência
Microsoft.Office.RecordsManagement.OfficialFileWSProxy namespace