Sdílet prostřednictvím


DataCollectionEvents.CustomNotification – událost

Vyvolá se v odpovědi na vlastní oznámení.

Obor názvů:  Microsoft.VisualStudio.TestTools.Execution
Sestavení:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Deklarace
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>
Jazyk JScript nepodporuje události.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataCollectionEvents Třída

Microsoft.VisualStudio.TestTools.Execution – obor názvů