CK.Plugins.ObjectExplorer.ViewModels.LogViewModels.VMLogConfig.OnServiceModificationAsked C# (CSharp) Method

OnServiceModificationAsked() private method

Similiar to a GoTo, after the method is called, the UI presents the Service UI that sent the ServiceModifictionAsked event
private OnServiceModificationAsked ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void OnServiceModificationAsked( object sender, EventArgs e )
        {
            SelectedService = (VMLogServiceConfig)sender;
            VMIContext.SelectedElement = this;
        }