Click or drag to resize
Wizard .NET Library

EventedList<T>.ListChangedEventArgs<T> Constructor (ListChangedType)

Namespace:  System.Collections.Generic
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public ListChangedEventArgs(
	ListChangedType type
)
Request Example View Source

Parameters

type
Type: System.ComponentModel.ListChangedType
The type of change.
See Also