FiddlerApplicationOnNotification Event |
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static event EventHandler<NotificationEventArgs> OnNotification
Public Shared Event OnNotification As EventHandler(Of NotificationEventArgs)
public:
static event EventHandler<NotificationEventArgs^>^ OnNotification {
void add (EventHandler<NotificationEventArgs^>^ value);
void remove (EventHandler<NotificationEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerNotificationEventArgsSee Also