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
ExchangeInfooriginal
ExchangeupdateType
ArchiveUpdateType
Properties
ExchangeInfo
public ExchangeInfo ExchangeInfo { get; }
Property Value
Original
public Exchange Original { get; }
Property Value
UpdateType
public ArchiveUpdateType UpdateType { get; }