C# Class GMGridTest.SlidesViewActionDelegate

Inheritance: GMGridView.GMGridViewActionDelegate
ファイルを表示 Open project: aarpy/GMGridMono

Public Methods

Method Description
DidTapOnEmptySpace ( GMGridView gridView ) : void
DidTapOnItemAtIndex ( GMGridView gridView, int position ) : void
ProcessDeleteActionForItemAtIndex ( GMGridView gridView, int index ) : void

Method Details

DidTapOnEmptySpace() public method

public DidTapOnEmptySpace ( GMGridView gridView ) : void
gridView GMGridView
return void

DidTapOnItemAtIndex() public method

public DidTapOnItemAtIndex ( GMGridView gridView, int position ) : void
gridView GMGridView
position int
return void

ProcessDeleteActionForItemAtIndex() public method

public ProcessDeleteActionForItemAtIndex ( GMGridView gridView, int index ) : void
gridView GMGridView
index int
return void