Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2019-11-28 01:58:36 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-11-28 01:58:36 +0300
commit53a841ffd666d32cfa893bcd0a686ec69d91a8eb (patch)
treeffe9338a7025be379992d7adf6f8dd362419f34b
parent46c93c66be537638890d17f21514ada041ce5059 (diff)
Apply changes from https://github.com/mono/mono/pull/17731 to API snapshot
-rw-r--r--profiles/net_4_x/System.Windows.Forms.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/net_4_x/System.Windows.Forms.cs b/profiles/net_4_x/System.Windows.Forms.cs
index 8de7e7e..971ec04 100644
--- a/profiles/net_4_x/System.Windows.Forms.cs
+++ b/profiles/net_4_x/System.Windows.Forms.cs
@@ -12192,6 +12192,7 @@ namespace System.Windows.Forms
[System.MonoTODOAttribute("Never called")]
protected void OnComComponentNameChanged(System.ComponentModel.Design.ComponentRenameEventArgs e) { }
protected override void OnEnabledChanged(System.EventArgs e) { }
+ protected void OnExpandedItemChanged(System.EventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnGotFocus(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }