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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.