Evento NewItemViewModelBase.ItemCreated
Este evento se produce cuando se crea un elemento.
Espacio de nombres: Microsoft.SharePoint.Phone.Application
Ensamblado: Microsoft.SharePoint.Phone.Application (en Microsoft.SharePoint.Phone.Application.dll)
Sintaxis
'Declaración
Public Event ItemCreated As EventHandler(Of ItemCreatedEventArgs)
'Uso
Dim instance As NewItemViewModelBase
Dim handler As EventHandler(Of ItemCreatedEventArgs)
AddHandler instance.ItemCreated, handler
public event EventHandler<ItemCreatedEventArgs> ItemCreated