Class ActionPointCollectionChangedEventArgs
Inheritance
System.Object
System.EventArgs
ActionPointCollectionChangedEventArgs
Inherited Members
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 |