Very Easy !! , which version of sdk did you used ? if < 3.1
Create ApplicationController.cs
with following methods ,
public void TargetFound(){ }
public void TargetLost(){ }
In ImageTargetController.cs you will get method OnLost() , OnFound() ,
just comment out code and call your own method from there , and do whatever you want to do !!!