3 references to EventApply
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (3)
289add => Events.AddHandler(EventApply, value); 290remove => Events.RemoveHandler(EventApply, value); 361protected virtual void OnApply(EventArgs e) => (Events[EventApply] as EventHandler)?.Invoke(this, e);