DataCollectionEvents.CustomNotification Event
Occurs in response to a custom notification.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
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 does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.