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