Class EventResult
Inherited Members
Namespace:RoboDk.API
Assembly: RoboDkApi.dll
Syntax
public class EventResult
Constructors
|Improve this Doc View SourceEventResult(EventType, IItem)
Declaration
public EventResult(EventType eventType, IItem item)
Parameters
Type | Name | Description |
---|---|---|
EventType | eventType | |
IItem | item |
Properties
|Improve this Doc View SourceEventType
Declaration
public EventType EventType { get; }
Property Value
Type | Description |
---|---|
EventType |
Item
Declaration
public IItem Item { get; }
Property Value
Type | Description |
---|---|
IItem |