NotificationEventArgs Constructor
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
eventId As Long, _
eventClass As Guid, _
eventData As String _
)
public NotificationEventArgs(
long eventId,
Guid eventClass,
string eventData
)
public:
NotificationEventArgs(
long long eventId,
Guid eventClass,
String^ eventData
)
new :
eventId:int64 *
eventClass:Guid *
eventData:string -> NotificationEventArgs
public function NotificationEventArgs(
eventId : long,
eventClass : Guid,
eventData : String
)
Parameters
- eventId
Type: System.Int64
- eventClass
Type: System.Guid
- eventData
Type: System.String
.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.