BattleInfoPlugin.Plugin.InvokeNotifyRequested C# (CSharp) Method

InvokeNotifyRequested() public method

public InvokeNotifyRequested ( Grabacr07.KanColleViewer.Composition.NotifyEventArgs e ) : void
e Grabacr07.KanColleViewer.Composition.NotifyEventArgs
return void
        public void InvokeNotifyRequested(NotifyEventArgs e) => this.NotifyRequested?.Invoke(this, e);
    }