Table of Contents

Class ActorEventArgs

Namespace
CSF.Screenplay.Actors
Assembly
CSF.Screenplay.Abstractions.dll

A model for event arguments which relate to an Actor.

public class ActorEventArgs : PerformanceScopeEventArgs, IHasPerformanceIdentity
Inheritance
ActorEventArgs
Implements
Derived
Inherited Members

Constructors

ActorEventArgs(Actor)

Initializes a new instance of ActorEventArgs

public ActorEventArgs(Actor actor)

Parameters

actor Actor

The actor

ActorEventArgs(string, Guid)

Initializes a new instance of ActorEventArgs

public ActorEventArgs(string actorName, Guid performanceIdentity)

Parameters

actorName string

The actor's name

performanceIdentity Guid

The actor's performance identity

Properties

ActorName

Gets the name of the actor to which these event arguments relate

public string ActorName { get; }

Property Value

string

See Also