1 instantiation of ActionStartEventArgs
Microsoft.Win32.Msi (1)
UserInterfaceHandler.cs (1)
82InstallMessage.ACTIONSTART => OnActionStart(new ActionStartEventArgs(message, messageType, messageBoxStyle)),
4 references to ActionStartEventArgs
Microsoft.Win32.Msi (4)
ActionStartEventArgs.cs (1)
32/// Creates a new <see cref="ActionStartEventArgs"/> instance.
UserInterfaceHandler.cs (3)
21public event EventHandler<ActionStartEventArgs>? ActionStart; 45protected virtual DialogResult OnActionStart(ActionStartEventArgs e) 47EventHandler<ActionStartEventArgs>? handler = ActionStart;