Skip to content

Commit 1e37ec4

Browse files
authored
Apply suggestions from code review
1 parent 1e673a5 commit 1e37ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/visual-basic/language-reference/statements/raiseevent-statement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RaiseEvent eventname[( argumentlist )]
6262

6363
## Example 2
6464

65-
Add the following code to implement the event handlers and timer logic. This example shows how to use the [RaiseEvent](raiseevent-statement.md) statement to notify event handlers when the timer updates or completes.
65+
Add the following code to implement the event handlers and timer logic. This example shows how to use the `RaiseEvent` statement to notify event handlers when the timer updates or completes.
6666

6767
[!code-vb[VbVbalrEvents#15](~/samples/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrEvents/VB/Class1.vb#15)]
6868

0 commit comments

Comments
 (0)