A strongly typed EventPoint 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#
[SerializableAttribute]
public class EventPointCollection : ObservableCollection<EventPoint>
Visual Basic
<SerializableAttribute> _
Public Class EventPointCollection _
	Inherits ObservableCollection(Of EventPoint)
JScript
public class EventPointCollection extends ObservableCollection<EventPoint>

Inheritance Hierarchy

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

See Also