how to determine whether a element has bind a callback function for a particular event?

how to determine whether a element has bind a callback function for a particular event?

  1. var btn=$("#tool_btn");
  2. btn.on...
  3. btn.on...
now i want to detect whether or not this element have been bind a callback for a particular event such as "click"
how to get it?