Table of Contents

Class EventResult

Namespace
RoboDk.API
Assembly
RoboDkApi.dll
public class EventResult
Inheritance
EventResult
Derived
Inherited Members

Constructors

EventResult(EventType, IItem)

public EventResult(EventType eventType, IItem item)

Parameters

eventType EventType
item IItem

Properties

EventType

public EventType EventType { get; }

Property Value

EventType

Item

public IItem Item { get; }

Property Value

IItem