From a25d01cb04d8847048da06795472ee9d853ddc65 Mon Sep 17 00:00:00 2001 From: KSaiSivani Date: Mon, 23 Sep 2024 15:33:32 +0530 Subject: [PATCH 1/2] WPF 910707: Prepare UG document for the opened and closed event for GoToLine window in the EditControl --- wpf/Syntax-Editor/Syntax-Editor-members.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/wpf/Syntax-Editor/Syntax-Editor-members.md b/wpf/Syntax-Editor/Syntax-Editor-members.md index 338e8a360d..ccc23e0a5c 100644 --- a/wpf/Syntax-Editor/Syntax-Editor-members.md +++ b/wpf/Syntax-Editor/Syntax-Editor-members.md @@ -296,4 +296,23 @@ This event will be raised when the caret position of the text in the EditControl
  • Cursor Index : Gets the current cursor index value of the EditControl.


  • - + + +FindReplaceWindowOpened

    +RoutedEventHandler

    +This event is raised when the **Find and Replace** window is opened. It can be used to access the instance of the **Find and Replace** window as it opens and allows for customization of the window during this event.

    + + +FindReplaceWindowClosed

    +RoutedEventHandler

    +This event is raised when the **Find and Replace** window is closed. It can be used to access the instance of the **Find and Replace** window as it closes and allows for customization of the window during this event.

    + + +GoToLineWindowOpened

    +RoutedEventHandler

    +This event is raised when the **GoToLine** window is opened. It can be used to access the instance of the **GoToLine** window as it opens and allows for customization of the window during this event.

    + + +GoToLineWindowClosed

    +RoutedEventHandler

    +This event is raised when the **GoToLine** window is closed. It can be used to access the instance of the **GoToLine** window as it closes and allows for customization of the window during this event.

    From cd9a5c337e0733805085ed0b3c76db60d89ecf3d Mon Sep 17 00:00:00 2001 From: KSaiSivani Date: Mon, 23 Sep 2024 15:35:59 +0530 Subject: [PATCH 2/2] Update Syntax-Editor-members.md --- wpf/Syntax-Editor/Syntax-Editor-members.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wpf/Syntax-Editor/Syntax-Editor-members.md b/wpf/Syntax-Editor/Syntax-Editor-members.md index ccc23e0a5c..990d88ec4e 100644 --- a/wpf/Syntax-Editor/Syntax-Editor-members.md +++ b/wpf/Syntax-Editor/Syntax-Editor-members.md @@ -315,4 +315,5 @@ This event is raised when the **GoToLine** window is opened. It can be used to a GoToLineWindowClosed

    RoutedEventHandler

    -This event is raised when the **GoToLine** window is closed. It can be used to access the instance of the **GoToLine** window as it closes and allows for customization of the window during this event.

    +This event is raised when the **GoToLine** window is closed. It can be used to access the instance of the **GoToLine** window as it closes and allows for customization of the window during this event.

    +