DblClick method

void DblClick()

Implementation

void DblClick()
{
  if(_onDblClick!=null)
    _onDblClick!(this);
}