-
Notifications
You must be signed in to change notification settings - Fork 20
WPF 910707: Prepare UG document for the opened and closed event for GoToLine window in the EditControl #1510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…d event for GoToLine window in the EditControl
Build Status: INQUEUE 🕒 |
…oToLine window in the EditControl
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
CI Status: ABORTED ❌ |
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
@@ -321,4 +321,54 @@ The following output shows the GoToLine Window localized in French culture. | |||
|
|||
 | |||
|
|||
## Opened and Closed event support for GotoLineWindow in EditControl | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KSaiSivani Remove the events explained here. Add the explaination of opened and closed events for GoToLine and FindAndReplace window in below page file under events heading.
https://help.syncfusion.com/wpf/syntax-editor/syntax-editor-members
Build Status: INPROGRESS 🔃 |
The CI Job is already running for this Pull Request/Merge Approved with latest commit id. You cannot trigger the duplicate job for same. |
CI Status: SUCCESS ✅ |
…oToLine window in the EditControl
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
CI Status: ABORTED ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
<td> | ||
FindReplaceWindowOpened<br/><br/></td><td> | ||
RoutedEventHandler<br/><br/></td><td> | ||
This event is raised when the Find and Replace window is opened. This event can be used to access the instance of the Find and Replace window when it opens.<br/><br/></td></tr> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KSaiSivani
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.
<td> | ||
FindReplaceWindowClosed<br/><br/></td><td> | ||
RoutedEventHandler<br/><br/></td><td> | ||
This event is raised when the Find and Replace window is closed. This event can be used to access the instance of the Find and Replace window when it closes.<br/><br/></td></tr> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KSaiSivani
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 to apply any required changes after the window has closed.
…oToLine window in the EditControl
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
CI Status: ABORTED ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes are fine.
Description
Update the UG documentation for opened and closed event support for GoToLine window in the EditControl.