Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

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: 7.19.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