Skip to content

Commit a0bc9b4

Browse files
authored
WPF 910707: Prepare UG document for the opened and closed event for GoToLine window in the EditControl
1 parent ed5d05e commit a0bc9b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,20 +300,20 @@ This event will be raised when the caret position of the text in the EditControl
300300
<td>
301301
FindReplaceWindowOpened<br/><br/></td><td>
302302
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>
303+
This event is raised when the <b>Find and Replace</b> window is opened. It can be used to access the instance of the <b>Find and Replace</b> window as it opens and allows for customization of the window during this event.<br/><br/></td></tr>
304304
<tr>
305305
<td>
306306
FindReplaceWindowClosed<br/><br/></td><td>
307307
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>
308+
This event is raised when the <b>Find and Replace</b> window is closed. It can be used to access the instance of the <b>Find and Replace</b> window as it closes and allows for customization of the window during this event.<br/><br/></td></tr>
309309
<tr>
310310
<td>
311311
GoToLineWindowOpened<br/><br/></td><td>
312312
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>
313+
This event is raised when the <b>GoToLine</b> window is opened. It can be used to access the instance of the <b>GoToLine</b> window as it opens and allows for customization of the window during this event.<br/><br/></td></tr>
314314
<tr>
315315
<td>
316316
GoToLineWindowClosed<br/><br/></td><td>
317317
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>
318+
This event is raised when the <b>GoToLine</b> window is closed. It can be used to access the instance of the <b>GoToLine</b> window as it closes and allows for customization of the window during this event.<br/><br/></td></tr>
319319
</table>

0 commit comments

Comments
 (0)