1 instantiation of ActionStartEventArgs
Microsoft.Win32.Msi (1)
UserInterfaceHandler.cs (1)
82
InstallMessage.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)
21
public event EventHandler<
ActionStartEventArgs
>? ActionStart;
45
protected virtual DialogResult OnActionStart(
ActionStartEventArgs
e)
47
EventHandler<
ActionStartEventArgs
>? handler = ActionStart;