1 instantiation of ActionDataEventArgs
Microsoft.Win32.Msi (1)
UserInterfaceHandler.cs (1)
81InstallMessage.ACTIONDATA => OnActionData(new ActionDataEventArgs(message, messageType, messageBoxStyle)),
3 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;