Class EntityEventArgs
Event arguments for passing an entity.
Inherited Members
Namespace: SpiceSharp.Entities
Assembly: SpiceSharp.dll
Syntax
public class EntityEventArgs : EventArgs
Constructors
EntityEventArgs(IEntity)
Initializes a new instance of the EntityEventArgs class.
Declaration
public EntityEventArgs(IEntity entity)
Parameters
| Type | Name | Description |
|---|---|---|
| IEntity | entity | The entity. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown if |
Properties
Entity
Gets the entity.
Declaration
public IEntity Entity { get; }
Property Value
| Type | Description |
|---|---|
| IEntity |