EventReceiverDefinition.EventType - Propriété
Obtient les types d'événements qui peuvent être gérés par les récepteurs d'événements.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property EventType As EventReceiverType
Get
'Utilisation
Dim instance As EventReceiverDefinition
Dim value As EventReceiverType
value = instance.EventType
public EventReceiverType EventType { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.EventReceiverType
Les types d'événements.
Voir aussi
Référence
EventReceiverDefinition classe