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