Class WorkupOwnerUpdatedEventArgs
Inheritance
WorkupOwnerUpdatedEventArgs
Assembly: tt-net-api.dll
Syntax
public class WorkupOwnerUpdatedEventArgs : EventArgs
Constructors
WorkupOwnerUpdatedEventArgs(bool, Order)
Declaration
public WorkupOwnerUpdatedEventArgs(bool isOwner, Order order)
Parameters
Type |
Name |
Description |
bool |
isOwner |
|
Order |
order |
|
Properties
IsOwner
Declaration
public bool IsOwner { get; }
Property Value
Order
Declaration
public Order Order { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides