Share via


NotificationContext.EventHandler Property

Namespace:  Microsoft.VisualStudio.Services.Client
Assembly:  Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)

Syntax

'Declaration
Public Property EventHandler As NotificationHandler
public NotificationHandler EventHandler { get; set; }
public:
property NotificationHandler^ EventHandler {
    NotificationHandler^ get ();
    void set (NotificationHandler^ value);
}
member EventHandler : NotificationHandler with get, set
function get EventHandler () : NotificationHandler 
function set EventHandler (value : NotificationHandler)

Property Value

Type: Microsoft.VisualStudio.Services.Client.NotificationHandler

.NET Framework Security

See Also

Reference

NotificationContext Class

Microsoft.VisualStudio.Services.Client Namespace