Skip to content

Commit 05d4763

Browse files
authored
Merge pull request #1512 from syncfusion-content/WPF-910707_Preparing_UG_EditControl
WPF 910707: Prepare UG document for the opened and closed event for GoToLine window in the EditControl
2 parents 67420fc + cd9a5c3 commit 05d4763

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

wpf/Syntax-Editor/Syntax-Editor-members.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,4 +296,24 @@ This event will be raised when the caret position of the text in the EditControl
296296
<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>
297297
</ul>
298298
<br/><br/></td></tr>
299+
<tr>
300+
<td>
301+
FindReplaceWindowOpened<br/><br/></td><td>
302+
RoutedEventHandler<br/><br/></td><td>
303+
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>
304+
<tr>
305+
<td>
306+
FindReplaceWindowClosed<br/><br/></td><td>
307+
RoutedEventHandler<br/><br/></td><td>
308+
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>
309+
<tr>
310+
<td>
311+
GoToLineWindowOpened<br/><br/></td><td>
312+
RoutedEventHandler<br/><br/></td><td>
313+
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>
314+
<tr>
315+
<td>
316+
GoToLineWindowClosed<br/><br/></td><td>
317+
RoutedEventHandler<br/><br/></td><td>
318+
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>
299319
</table>

0 commit comments

Comments
 (0)