Class BuyoffChangedEventArgs
- Namespace
- Acuit.Pinpoint.Workstation
- Assembly
- Acuit.Pinpoint.Workstation.Interfaces.dll
Arguments passed to the BuyoffChanged event handler.
public class BuyoffChangedEventArgs : EventArgs
- Inheritance
-
BuyoffChangedEventArgs
- Inherited Members
Constructors
BuyoffChangedEventArgs(UnitBuyoff)
Initializes a new instance of the BuyoffChangedEventArgs class.
public BuyoffChangedEventArgs(UnitBuyoff unitBuyoff)
Parameters
unitBuyoff
UnitBuyoffThe unit buyoff information.
Properties
UnitBuyoff
Gets the unit buyoff information.
public UnitBuyoff UnitBuyoff { get; }