//Implement whichever events you wish
 public void CommandStateChange(long command, bool enable)
 {
     _Browser.OnCommandStateChange(command, ref enable);
 }