Class SolutionChangedEvent
This event alerts system that the solution was changed
Inheritance
System.Object
SolutionChangedEvent
Namespace: Content.Server.Chemistry.EntitySystems
Assembly: Content.Server.dll
Syntax
public sealed class SolutionChangedEvent : EntityEventArgs
Constructors
| Improve this Doc View SourceSolutionChangedEvent(Solution, String)
Declaration
public SolutionChangedEvent(Solution solution, string solutionId)
Parameters
Type | Name | Description |
---|---|---|
Solution | solution | |
System.String | solutionId |
Fields
| Improve this Doc View SourceSolution
Declaration
public readonly Solution Solution
Field Value
Type | Description |
---|---|
Solution |
SolutionId
Declaration
public readonly string SolutionId
Field Value
Type | Description |
---|---|
System.String |