Skip to content

Commit

Permalink
Ship new API
Browse files Browse the repository at this point in the history
  • Loading branch information
RussKie committed Jun 22, 2020
1 parent cc8f49c commit 6127f69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions src/System.Windows.Forms/src/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.ListViewGroupEventArgs>
System.Windows.Forms.ListView.GroupTaskLinkClick -> System.EventHandler<System.Windows.Forms.ListViewGroupEventArgs>
System.Windows.Forms.ListView.HeaderStyle.get -> System.Windows.Forms.ColumnHeaderStyle
System.Windows.Forms.ListView.HeaderStyle.set -> void
System.Windows.Forms.ListView.HideSelection.get -> bool
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions src/System.Windows.Forms/src/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -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.ListViewGroupEventArgs>
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

0 comments on commit 6127f69

Please sign in to comment.