Save not work

Hi
i have use for button Save this function:

private function btnSaveHandler(e:MouseEvent):void{
            dispatchEvent(new ControlPanelEvent(ControlPanelEvent.CLICK, ControlPanelEvent.SAVE));

but this not work, why?