2 instantiations of ActionStartEventArgs
Microsoft.Win32.Msi (1)
UserInterfaceHandler.cs (1)
82
InstallMessage.ACTIONSTART => OnActionStart(new
ActionStartEventArgs
(message, messageType, messageBoxStyle)),
Microsoft.Win32.Msi.Tests (1)
EventArgsTests.cs (1)
21
ActionStartEventArgs e =
new
("Action 20:08:24: ProcessComponents. Updating component registration",
5 references to ActionStartEventArgs
Microsoft.Win32.Msi (3)
UserInterfaceHandler.cs (3)
21
public event EventHandler<
ActionStartEventArgs
>? ActionStart;
45
protected virtual DialogResult OnActionStart(
ActionStartEventArgs
e)
47
EventHandler<
ActionStartEventArgs
>? handler = ActionStart;
Microsoft.Win32.Msi.Manual.Tests (1)
Program.cs (1)
118
void OnActionStart(object? send,
ActionStartEventArgs
e)
Microsoft.Win32.Msi.Tests (1)
EventArgsTests.cs (1)
21
ActionStartEventArgs
e = new("Action 20:08:24: ProcessComponents. Updating component registration",