Click or drag to resize
Wizard .NET Library

EventedListTListChangedEventArgsT 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.ComponentModelListChangedType
The type of change.
See Also