Skip to content

WPF 910707: Prepare UG document for the opened and closed event for GoToLine window in the EditControl #1512

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

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions wpf/Syntax-Editor/Syntax-Editor-members.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,24 @@ This event will be raised when the caret position of the text in the EditControl
<li> <a href="https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Edit.EditControl.html#Syncfusion_Windows_Edit_EditControl_CursorIndex">Cursor Index </a> : Gets the current cursor index value of the EditControl.</li>
</ul>
<br/><br/></td></tr>
<tr>
<td>
FindReplaceWindowOpened<br/><br/></td><td>
RoutedEventHandler<br/><br/></td><td>
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.<br/><br/></td></tr>
<tr>
<td>
FindReplaceWindowClosed<br/><br/></td><td>
RoutedEventHandler<br/><br/></td><td>
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.<br/><br/></td></tr>
<tr>
<td>
GoToLineWindowOpened<br/><br/></td><td>
RoutedEventHandler<br/><br/></td><td>
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.<br/><br/></td></tr>
<tr>
<td>
GoToLineWindowClosed<br/><br/></td><td>
RoutedEventHandler<br/><br/></td><td>
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.<br/><br/></td></tr>
</table>