Table of Contents

Class ExchangeUpdateEventArgs

Namespace
Fluxzy
Assembly
Fluxzy.Core.dll
public class ExchangeUpdateEventArgs : EventArgs
Inheritance
ExchangeUpdateEventArgs
Inherited Members

Constructors

ExchangeUpdateEventArgs(ExchangeInfo, Exchange, ArchiveUpdateType)

public ExchangeUpdateEventArgs(ExchangeInfo exchangeInfo, Exchange original, ArchiveUpdateType updateType)

Parameters

exchangeInfo ExchangeInfo
original Exchange
updateType ArchiveUpdateType

Properties

ExchangeInfo

public ExchangeInfo ExchangeInfo { get; }

Property Value

ExchangeInfo

Original

public Exchange Original { get; }

Property Value

Exchange

UpdateType

public ArchiveUpdateType UpdateType { get; }

Property Value

ArchiveUpdateType