Skip to content

Commit a25d01c

Browse files
committed
WPF 910707: Prepare UG document for the opened and closed event for GoToLine window in the EditControl
1 parent 571ca93 commit a25d01c

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

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

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,4 +296,23 @@ 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-
</table>
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></table>

0 commit comments

Comments
 (0)