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

UnboundSourceListChangedEventArgs Constructors

Arguments passed to the UnboundSource.UnboundSourceListChanging and UnboundSource.UnboundSourceListChanged events.
Name Parameters Description
UnboundSourceListChangedEventArgs(Boolean, ListChangedType, Int32, PropertyDescriptor) isTriggeredByComponentApi, listChangedType, index, propertyDescriptor Initializes a new instance of the UnboundSourceListChangedEventArgs class.
UnboundSourceListChangedEventArgs(Boolean, ListChangedType, Int32, Int32) isTriggeredByComponentApi, listChangedType, newIndex, oldIndex Initializes a new instance of the UnboundSourceListChangedEventArgs class.
See Also