Version

ICreateItemCallback Interface Members

The following tables list the members exposed by ICreateItemCallback.

Public Methods
 NameDescription
 MethodCreateItemReturns a new item to be assigned to a location in the array. CreateItem should not set the new item at the location in the array. Array and relativeIndex are provided for information only. Also the implementation should not modify array in any way otherwise results will be undefined.  
See Also