DataCollectionEvents.CustomNotification 事件

定义

发生于自定义通知时出现。

public:
 abstract event EventHandler<Microsoft::VisualStudio::TestTools::Execution::CustomNotificationEventArgs ^> ^ CustomNotification;
public abstract event EventHandler<Microsoft.VisualStudio.TestTools.Execution.CustomNotificationEventArgs> CustomNotification;
member this.CustomNotification : EventHandler<Microsoft.VisualStudio.TestTools.Execution.CustomNotificationEventArgs> 
Public MustOverride Event CustomNotification As EventHandler(Of CustomNotificationEventArgs) 

事件类型

EventHandler<CustomNotificationEventArgs>

适用于