Skip to main content
A newer version of this page is available. .

UnboundSourceListChangedEventArgs Properties

Arguments passed to the UnboundSource.UnboundSourceListChanging and UnboundSource.UnboundSourceListChanged events.
Name Description
IsTriggeredByComponentApi Gets a value indicating if the current event is triggered by the UnboundSource component API.
ListChangedType Gets the type of change. Inherited from ListChangedEventArgs.
NewIndex Gets the index of the item affected by the change. Inherited from ListChangedEventArgs.
OldIndex Gets the old index of an item that has been moved. Inherited from ListChangedEventArgs.
PropertyDescriptor Gets the PropertyDescriptor that was added, changed, or deleted. Inherited from ListChangedEventArgs.
See Also