CollectionChangedEventArgs Constructor (Object, Object, Int32, CollectionAction) |
Namespace:
Atalasoft.Utils
Assembly:
Atalasoft.dotImage.Lib (in Atalasoft.dotImage.Lib.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public CollectionChangedEventArgs(
Object oldItem,
Object newItem,
int index,
CollectionAction action
)
Public Sub New (
oldItem As Object,
newItem As Object,
index As Integer,
action As CollectionAction
)
Parameters
- oldItem
- Type: SystemObject
- newItem
- Type: SystemObject
- index
- Type: SystemInt32
- action
- Type: Atalasoft.UtilsCollectionAction
See Also