SubscriberNotificationEventArgs Class

Definition

Represents event arguments that are used to notify about subscribers or watchers.

public ref class SubscriberNotificationEventArgs : EventArgs
public class SubscriberNotificationEventArgs : EventArgs
type SubscriberNotificationEventArgs = class
    inherit EventArgs
Public Class SubscriberNotificationEventArgs
Inherits EventArgs
Inheritance
SubscriberNotificationEventArgs

Remarks

This event argument is returned by the SubscriberNotificationReceived event.

Properties

WatcherList

Gets the Subscriber List.

Applies to