IReportingEventReceiverRemote.OnCustomFieldChangedRemote - Méthode
Espace de noms : Microsoft.Office.Project.Server.Events
Assembly : Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntaxe
'Déclaration
<OperationContractAttribute> _
Sub OnCustomFieldChangedRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As ReportingPostCustomFieldChangedEventArgs _
)
'Utilisation
Dim instance As IReportingEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPostCustomFieldChangedEventArgs
instance.OnCustomFieldChangedRemote(contextInfo, _
eventHandlerUid, e)
[OperationContractAttribute]
void OnCustomFieldChangedRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
ReportingPostCustomFieldChangedEventArgs e
)
Paramètres
- contextInfo
Type : Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Type : System.Guid
Voir aussi
Référence
IReportingEventReceiverRemote interface