SubscriberNotificationEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |