Mobile Application > iOS Components > Examples of Component Use > The Chart Component > Dynamic Change of Chart Type and Parameters > SelectedCellAction.h
Description: the protocol contains method used to determine the action executed on selecting a menu cell.
@protocol SelectedCellAction <NSObject> - (void) selectedItemWithIndex:(NSInteger) index; @end
See also: