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