CustomEventArgs classe
Herdado de base da classe de Classe EventArgs . Contém argumentos para os eventos.
Inheritance hierarchy
System.Object
System.EventArgs
Microsoft.SharePoint.Phone.Application.CustomEventArgs
Microsoft.SharePoint.Phone.Application.InitializationCompletedEventArgs
Microsoft.SharePoint.Phone.Application.ItemCreatedEventArgs
Microsoft.SharePoint.Phone.Application.ItemDeletedEventArgs
Microsoft.SharePoint.Phone.Application.ItemUpdatedEventArgs
Microsoft.SharePoint.Phone.Application.LoadItemCompletedEventArgs
Microsoft.SharePoint.Phone.Application.LoadViewCompletedEventArgs
Microsoft.SharePoint.Phone.Application.ViewDataLoadedEventArgs
Namespace: Microsoft.SharePoint.Phone.Application
Assembly: Microsoft.SharePoint.Phone.Application (em Microsoft.SharePoint.Phone.Application.dll)
Sintaxe
'Declaração
Public Class CustomEventArgs _
Inherits EventArgs
'Uso
Dim instance As CustomEventArgs
public class CustomEventArgs : EventArgs
Segurança de thread
Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.