Show / Hide Table of Contents

Class ActionPointCollectionChangedEventArgs

Inheritance
System.Object
System.EventArgs
CollectionChangedEventArgs<IActionPoint>
ActionPointCollectionChangedEventArgs
Inherited Members
CollectionChangedEventArgs<IActionPoint>.Items
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Interfaces.Collections
Assembly: Experior.Interfaces.dll
Syntax
public class ActionPointCollectionChangedEventArgs : CollectionChangedEventArgs<IActionPoint>

Constructors

ActionPointCollectionChangedEventArgs(IActionPoint)

Declaration
public ActionPointCollectionChangedEventArgs(IActionPoint item)
Parameters
Type Name Description
IActionPoint item

ActionPointCollectionChangedEventArgs(IEnumerable<IActionPoint>)

Declaration
public ActionPointCollectionChangedEventArgs(IEnumerable<IActionPoint> items)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<IActionPoint> items
Back to top Generated by DocFX