1 instantiation of ActionDataEventArgs
Microsoft.Win32.Msi (1)
UserInterfaceHandler.cs (1)
81
InstallMessage.ACTIONDATA => OnActionData(new
ActionDataEventArgs
(message, messageType, messageBoxStyle)),
4 references to ActionDataEventArgs
Microsoft.Win32.Msi (3)
UserInterfaceHandler.cs (3)
16
public event EventHandler<
ActionDataEventArgs
>? ActionData;
38
protected virtual DialogResult OnActionData(
ActionDataEventArgs
e)
40
EventHandler<
ActionDataEventArgs
>? handler = ActionData;
Microsoft.Win32.Msi.Manual.Tests (1)
Program.cs (1)
107
void OnActionData(object? sender,
ActionDataEventArgs
e)