Поделиться через


DataCollectionEvents.CustomNotification - событие

Происходит в ответ на пользовательское уведомление.

Пространство имен:  Microsoft.VisualStudio.TestTools.Execution
Сборка:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (в Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Синтаксис

'Декларация
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 не поддерживает события.

Безопасность платформы .NET Framework

См. также

Ссылки

DataCollectionEvents Класс

Microsoft.VisualStudio.TestTools.Execution - пространство имен