DelegatesNotificationEventArgs 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 for delegate notifications.
public ref class DelegatesNotificationEventArgs : EventArgs
public class DelegatesNotificationEventArgs : EventArgs
type DelegatesNotificationEventArgs = class
inherit EventArgs
Public Class DelegatesNotificationEventArgs
Inherits EventArgs
- Inheritance
-
DelegatesNotificationEventArgs
Remarks
This event argument is returned by the DelegateNotificationReceived event.
Properties
DelegateList |
Gets the list of delegates. |