Version 24.2 (latest)

ICreateItemCallback Interface Methods

For a list of all members of this type, see ICreateItemCallback members.

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