A strongly typed EventField collection. This collection supports the notification of the changes in the collection

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class EventFieldCollection : ObservableCollection<EventField>
Visual Basic
Public Class EventFieldCollection _
	Inherits ObservableCollection(Of EventField)
JScript
public class EventFieldCollection extends ObservableCollection<EventField>

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'EventField>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'EventField>)>)>
      Ico.Awx.Common..::..EventFieldCollection

See Also