Summa.Gui.Browser.ItemviewChanged C# (CSharp) Method

ItemviewChanged() public method

public ItemviewChanged ( object obj, EventArgs args ) : void
obj object
args System.EventArgs
return void
        public void ItemviewChanged(object obj, EventArgs args)
        {
            UpdateHtmlview();
            play_action.StockId = Stock.MediaPlay;

            if ( ItemView.Selected.EncUri != "" ) {
                play_action.Sensitive = true;
            } else {
                play_action.Sensitive = false;
            }
        }