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 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