Ch.Epyx.WindMobile.WP7.ViewModel.StationInfoViewModel.RaiseActivated C# (CSharp) Method

RaiseActivated() public method

public RaiseActivated ( ) : void
return void
        public void RaiseActivated()
        {
            //if (RefreshCommand.CanExecute(null))
            //{
            //    RefreshCommand.Execute(null);
            //}
            if (this.Activated != null)
            {
                Activated(this, new EventArgs());
            }
        }