From 728f76a42a375d16b8ec77e2607ae153e240ae4c Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Tue, 26 Mar 2024 16:09:42 +0100 Subject: [PATCH 1/2] Write shorter sentences --- 13/umbraco-forms/developer/extending/adding-an-event-handler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-forms/developer/extending/adding-an-event-handler.md b/13/umbraco-forms/developer/extending/adding-an-event-handler.md index f54d1ff219e..0a6736dcdd9 100644 --- a/13/umbraco-forms/developer/extending/adding-an-event-handler.md +++ b/13/umbraco-forms/developer/extending/adding-an-event-handler.md @@ -116,7 +116,7 @@ Both can be wired up using a composer and component: } ``` -When a form or folder is _moved_ there is no specific service event. However information available in the `State` dictionary available on the notification object can be used to determine whether the item was moved, and if so, where from: +When a form or folder is _moved_ there is no specific service event. However, information available in the `State` dictionary on the notification object can be used to determine whether the item was moved. If so, it can show where it was moved from: ```csharp public class TestSiteComposer : IComposer From 28a2a689e44430526f71b1d590e9b649977c0e23 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Tue, 26 Mar 2024 16:11:34 +0100 Subject: [PATCH 2/2] Update v10 & 12 --- 10/umbraco-forms/developer/extending/adding-an-event-handler.md | 2 +- 12/umbraco-forms/developer/extending/adding-an-event-handler.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/10/umbraco-forms/developer/extending/adding-an-event-handler.md b/10/umbraco-forms/developer/extending/adding-an-event-handler.md index 0616577a2a2..81cfd1b1fb2 100644 --- a/10/umbraco-forms/developer/extending/adding-an-event-handler.md +++ b/10/umbraco-forms/developer/extending/adding-an-event-handler.md @@ -117,7 +117,7 @@ Both can be wired up using a composer and component: } ``` -When a form or folder is _moved_ there is no specific service event. However information available in the `State` dictionary available on the notification object can be used to determine whether the item was moved, and if so, where from: +When a form or folder is _moved_ there is no specific service event. However, information available in the `State` dictionary on the notification object can be used to determine whether the item was moved. If so, it can show where it was moved from: ```csharp public class TestSiteComposer : IComposer diff --git a/12/umbraco-forms/developer/extending/adding-an-event-handler.md b/12/umbraco-forms/developer/extending/adding-an-event-handler.md index 22041ce58b6..badacaab597 100644 --- a/12/umbraco-forms/developer/extending/adding-an-event-handler.md +++ b/12/umbraco-forms/developer/extending/adding-an-event-handler.md @@ -116,7 +116,7 @@ Both can be wired up using a composer and component: } ``` -When a form or folder is _moved_ there is no specific service event. However information available in the `State` dictionary available on the notification object can be used to determine whether the item was moved, and if so, where from: +When a form or folder is _moved_ there is no specific service event. However, information available in the `State` dictionary on the notification object can be used to determine whether the item was moved. If so, it can show where it was moved from: ```csharp public class TestSiteComposer : IComposer