A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class EventRegisterEventArgs

Inheritance
System.Object
System.EventArgs
EventRegisterEventArgs
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.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2
Syntax
public class EventRegisterEventArgs : EventArgs

Constructors

EventRegisterEventArgs(Guid, String)

Declaration
public EventRegisterEventArgs(Guid workflowInstanceId, string eventName)
Parameters
Type Name Description
System.Guid workflowInstanceId
System.String eventName

Properties

EventName

Declaration
public string EventName { get; }
Property Value
Type Description
System.String

WorkflowInstanceId

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

Extension Methods