EditItemViewModelBase.ItemUpdated - Événement
Cet événement se produit lorsqu'un élément est mis à jour.
Espace de noms : Microsoft.SharePoint.Phone.Application
Assembly : Microsoft.SharePoint.Phone.Application (dans Microsoft.SharePoint.Phone.Application.dll)
Syntaxe
'Déclaration
Public Event ItemUpdated As EventHandler(Of ItemUpdatedEventArgs)
'Utilisation
Dim instance As EditItemViewModelBase
Dim handler As EventHandler(Of ItemUpdatedEventArgs)
AddHandler instance.ItemUpdated, handler
public event EventHandler<ItemUpdatedEventArgs> ItemUpdated