Passing vars to mouse handler

btn.addEventListener(MouseEvent.CLICK, handler);

function handler(e:MouseEvent):void{

}

how do I access an input textfield in that hander? Is the only way to use the Dictionary class?