Show / Hide Table of Contents

Class BehaviorsNotFoundEventArgs

Event arguments

Inheritance
object
EventArgs
BehaviorsNotFoundEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SpiceSharp.Behaviors
Assembly: SpiceSharp.dll
Syntax
public class BehaviorsNotFoundEventArgs : EventArgs

Constructors

BehaviorsNotFoundEventArgs(string)

Initializes a new instance of the BehaviorsNotFoundEventArgs class.

Declaration
public BehaviorsNotFoundEventArgs(string name)
Parameters
Type Name Description
string name

The name.

Exceptions
Type Condition
ArgumentNullException

Thrown if name is null.

Properties

Behaviors

Gets or sets the behaviors associated with the name.

Declaration
public IBehaviorContainer Behaviors { get; set; }
Property Value
Type Description
IBehaviorContainer

The behaviors.

Name

Gets the name of the entity that has no behaviors.

Declaration
public string Name { get; }
Property Value
Type Description
string

The name.

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

EventArgs
In this article
Back to top Generated by DocFX