Class EventResult
public class EventResult
- Inheritance
- EventResult
- Derived
- Inherited Members
Constructors
EventResult(EventType, IItem)
public EventResult(EventType eventType, IItem item)
Parameters
Properties
EventType
public EventType EventType { get; }
Property Value
Item
public IItem Item { get; }