Show / Hide Table of Contents

Class NotifyQueueChangedEventArgs

Inheritance
object
EventArgs
NotifyQueueChangedEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class NotifyQueueChangedEventArgs : EventArgs

Constructors

NotifyQueueChangedEventArgs(NotifyQueueChangedAction)

Initializes a new instance of the NotifyQueueChangedEventArgs

Declaration
public NotifyQueueChangedEventArgs(NotifyQueueChangedAction action)
Parameters
Type Name Description
NotifyQueueChangedAction action

Must be set to Reset

NotifyQueueChangedEventArgs(NotifyQueueChangedAction, IList)

Initializes a new instance of the NotifyQueueChangedEventArgs

Declaration
public NotifyQueueChangedEventArgs(NotifyQueueChangedAction action, IList items)
Parameters
Type Name Description
NotifyQueueChangedAction action

Enqueue or Dequeue action

IList items

The list of items involved in the change

NotifyQueueChangedEventArgs(NotifyQueueChangedAction, object)

Initializes a new instance of the NotifyQueueChangedEventArgs

Declaration
public NotifyQueueChangedEventArgs(NotifyQueueChangedAction action, object item)
Parameters
Type Name Description
NotifyQueueChangedAction action

Enqueue or Dequeue action

object item

Item involved in the change

Properties

Action

Gets the action that caused the event.

Declaration
public NotifyQueueChangedAction Action { get; }
Property Value
Type Description
NotifyQueueChangedAction

Items

The list of items involved in the change.

Declaration
public IList Items { get; }
Property Value
Type Description
IList
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©