Skip to content

Commit 3dd1f56

Browse files
xtuRon Petrusha
authored andcommitted
Update KeyEventArgs.xml (#3101)
Fix typo
1 parent 41ed8a3 commit 3dd1f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Windows.Forms/KeyEventArgs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<Parameter Name="keyData" Type="System.Windows.Forms.Keys" />
9898
</Parameters>
9999
<Docs>
100-
<param name="keyData">A <see cref="T:System.Windows.Forms.Keys" /> representing the key that was pressed, combined with any modifier flags that indicate which CTRL, SHIFT, and ALT keys were pressed at the same time. Possible values are obtained be applying the bitwise OR (|) operator to constants from the <see cref="T:System.Windows.Forms.Keys" /> enumeration.</param>
100+
<param name="keyData">A <see cref="T:System.Windows.Forms.Keys" /> representing the key that was pressed, combined with any modifier flags that indicate which CTRL, SHIFT, and ALT keys were pressed at the same time. Possible values are obtained by applying the bitwise OR (|) operator to constants from the <see cref="T:System.Windows.Forms.Keys" /> enumeration.</param>
101101
<summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.KeyEventArgs" /> class.</summary>
102102
<remarks>To be added.</remarks>
103103
<altmember cref="T:System.Windows.Forms.KeyPressEventArgs" />

0 commit comments

Comments
 (0)