SaaS CMS has officially launched! Learn more now.

Class EventNotificationEventArgs

Inheritance
System.Object
System.EventArgs
EventNotificationEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Events
Assembly: EPiServer.Events.dll
Version: 11.20.7
Syntax
public class EventNotificationEventArgs : EventArgs

Constructors

EventNotificationEventArgs(Guid, Guid, Object)

Declaration
public EventNotificationEventArgs(Guid raiserId, Guid eventId, object param)
Parameters
Type Name Description
System.Guid raiserId
System.Guid eventId
System.Object param

Properties

EventId

Declaration
public Guid EventId { get; }
Property Value
Type Description
System.Guid

Param

Declaration
public object Param { get; set; }
Property Value
Type Description
System.Object

RaiserId

Declaration
public Guid RaiserId { get; }
Property Value
Type Description
System.Guid

Extension Methods