pmMDA.NET

IndexedPropertyChangedEventArgs.GetItem Method 

[This is preliminary documentation and subject to change.]

Gets the item at a specified index.

public IDataObject GetItem(
   int index
);

Parameters

index
The index of the requested item. This index is not the position within the Items array but the original position of the item within the indexed property.

Return Value

The item at the specified index.

Exceptions

Exception Type Condition
InvalidOperationException The Indices are not available.
ArgumentException The index is not located in the Indices

See Also

IndexedPropertyChangedEventArgs Class | PmMda.Net.Dog Namespace