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