London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 9.12.2
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