Partager via


DataCollectionEvents.CustomNotification, événement

Se produit en réponse à une notification personnalisée.

Espace de noms :  Microsoft.VisualStudio.TestTools.Execution
Assembly :  Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Déclaration
Public MustOverride Event CustomNotification As EventHandler(Of CustomNotificationEventArgs)
public abstract event EventHandler<CustomNotificationEventArgs> CustomNotification
public:
virtual  event EventHandler<CustomNotificationEventArgs^>^ CustomNotification {
    void add (EventHandler<CustomNotificationEventArgs^>^ value);
    void remove (EventHandler<CustomNotificationEventArgs^>^ value);
}
abstract CustomNotification : IEvent<EventHandler<CustomNotificationEventArgs>,
    CustomNotificationEventArgs>
JScript ne prend pas en charge les événements.

Sécurité .NET Framework

Voir aussi

Référence

DataCollectionEvents Classe

Microsoft.VisualStudio.TestTools.Execution, espace de noms