2 instantiations of PluginEventArgs
NuGet.Protocol (2)
Plugins\Plugin.cs (2)
219
Exited?.Invoke(this, new
PluginEventArgs
(this));
229
Idle?.Invoke(this, new
PluginEventArgs
(this));
5 references to PluginEventArgs
NuGet.Protocol (5)
Plugins\Plugin.cs (2)
36
public event EventHandler<
PluginEventArgs
>? Exited;
46
public event EventHandler<
PluginEventArgs
>? Idle;
Plugins\PluginEventArgs.cs (1)
19
/// Instantiates a new <see cref="
PluginEventArgs
" /> class.
Plugins\PluginFactory.cs (2)
421
private void OnPluginExited(object? sender,
PluginEventArgs
e)
426
private void OnPluginIdle(object? sender,
PluginEventArgs
e)