DataCollectionEvents.CustomNotification Event

Definition

Occurs in response to a custom notification.

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) 

Event Type

Applies to