You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wpf/Syntax-Editor/Syntax-Editor-members.md
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -296,4 +296,24 @@ This event will be raised when the caret position of the text in the EditControl
296
296
<li> <ahref="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>
297
297
</ul>
298
298
<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. This event can be used to access the instance of the Find and Replace window when it opens.<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. This event can be used to access the instance of the Find and Replace window when it closes.<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. This event can be used to access the instance of the GoToLine window when it opens.<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. This event can be used to access the instance of the GoToLine window when it closes.<br/><br/></td></tr>
0 commit comments