From 6127f695782bc4daba98bafb0e2cdca3601f98c9 Mon Sep 17 00:00:00 2001 From: Igor Velikorossov Date: Mon, 22 Jun 2020 18:45:44 +1000 Subject: [PATCH] Ship new API --- src/System.Windows.Forms/src/PublicAPI.Shipped.txt | 6 ++++++ src/System.Windows.Forms/src/PublicAPI.Unshipped.txt | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/System.Windows.Forms/src/PublicAPI.Shipped.txt b/src/System.Windows.Forms/src/PublicAPI.Shipped.txt index 1b147b08244..8d5959b404b 100644 --- a/src/System.Windows.Forms/src/PublicAPI.Shipped.txt +++ b/src/System.Windows.Forms/src/PublicAPI.Shipped.txt @@ -3190,6 +3190,7 @@ System.Windows.Forms.ListView.GetItemRect(int index, System.Windows.Forms.ItemBo System.Windows.Forms.ListView.GridLines.get -> bool System.Windows.Forms.ListView.GridLines.set -> void System.Windows.Forms.ListView.GroupCollapsedStateChanged -> System.EventHandler +System.Windows.Forms.ListView.GroupTaskLinkClick -> System.EventHandler System.Windows.Forms.ListView.HeaderStyle.get -> System.Windows.Forms.ColumnHeaderStyle System.Windows.Forms.ListView.HeaderStyle.set -> void System.Windows.Forms.ListView.HideSelection.get -> bool @@ -3285,8 +3286,12 @@ System.Windows.Forms.ListViewGroup.ListViewGroup(string? header, System.Windows. System.Windows.Forms.ListViewGroup.ListViewGroup(string? key, string? headerText) -> void System.Windows.Forms.ListViewGroup.Name.get -> string? System.Windows.Forms.ListViewGroup.Name.set -> void +System.Windows.Forms.ListViewGroup.Subtitle.get -> string! +System.Windows.Forms.ListViewGroup.Subtitle.set -> void System.Windows.Forms.ListViewGroup.Tag.get -> object? System.Windows.Forms.ListViewGroup.Tag.set -> void +System.Windows.Forms.ListViewGroup.TaskLink.get -> string! +System.Windows.Forms.ListViewGroup.TaskLink.set -> void System.Windows.Forms.ListViewGroupCollapsedState System.Windows.Forms.ListViewGroupCollapsedState.Collapsed = 2 -> System.Windows.Forms.ListViewGroupCollapsedState System.Windows.Forms.ListViewGroupCollapsedState.Default = 0 -> System.Windows.Forms.ListViewGroupCollapsedState @@ -13051,6 +13056,7 @@ static System.Windows.Forms.InputLanguage.InstalledInputLanguages.get -> System. ~virtual System.Windows.Forms.ListView.OnDrawItem(System.Windows.Forms.DrawListViewItemEventArgs e) -> void ~virtual System.Windows.Forms.ListView.OnDrawSubItem(System.Windows.Forms.DrawListViewSubItemEventArgs e) -> void ~virtual System.Windows.Forms.ListView.OnGroupCollapsedStateChanged(System.Windows.Forms.ListViewGroupEventArgs e) -> void +~virtual System.Windows.Forms.ListView.OnGroupTaskLinkClick(System.Windows.Forms.ListViewGroupEventArgs e) -> void ~virtual System.Windows.Forms.ListView.OnItemActivate(System.EventArgs e) -> void ~virtual System.Windows.Forms.ListView.OnItemCheck(System.Windows.Forms.ItemCheckEventArgs ice) -> void ~virtual System.Windows.Forms.ListView.OnItemChecked(System.Windows.Forms.ItemCheckedEventArgs e) -> void diff --git a/src/System.Windows.Forms/src/PublicAPI.Unshipped.txt b/src/System.Windows.Forms/src/PublicAPI.Unshipped.txt index 2322332837a..e69de29bb2d 100644 --- a/src/System.Windows.Forms/src/PublicAPI.Unshipped.txt +++ b/src/System.Windows.Forms/src/PublicAPI.Unshipped.txt @@ -1,6 +0,0 @@ -System.Windows.Forms.ListViewGroup.Subtitle.get -> string! -System.Windows.Forms.ListViewGroup.Subtitle.set -> void -System.Windows.Forms.ListView.GroupTaskLinkClick -> System.EventHandler -System.Windows.Forms.ListViewGroup.TaskLink.get -> string! -System.Windows.Forms.ListViewGroup.TaskLink.set -> void -~virtual System.Windows.Forms.ListView.OnGroupTaskLinkClick(System.Windows.Forms.ListViewGroupEventArgs e) -> void