Skip to content

Commit bdc5c7e

Browse files
author
Ron Petrusha
authored
Documented 2 new members (#2334)
1 parent 7668d4b commit bdc5c7e

File tree

1 file changed

+18
-6
lines changed
  • xml/System.Windows.Forms.DataVisualization.Charting

1 file changed

+18
-6
lines changed

xml/System.Windows.Forms.DataVisualization.Charting/Chart.xml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2589,9 +2589,15 @@ These data point properties are:
25892589
<Parameter Name="e" Type="System.EventArgs" Index="0" FrameworkAlternate="netframework-4.8" />
25902590
</Parameters>
25912591
<Docs>
2592-
<param name="e">To be added.</param>
2593-
<summary>To be added.</summary>
2594-
<remarks>To be added.</remarks>
2592+
<param name="e">An object that contains the event data.</param>
2593+
<summary>Raises the <see cref="E:System.Windows.Forms.Control.GotFocus" /> event. </summary>
2594+
<remarks>
2595+
<format type="text/markdown"><![CDATA[
2596+
2597+
Raising the <xref:System.Windows.Forms.Control.GotFocus> event invokes the event handler through a delegate. For more information, see [Handling and raising events](~/docs/standard/events/index.md).
2598+
2599+
]]></format>
2600+
</remarks>
25952601
</Docs>
25962602
</Member>
25972603
<Member MemberName="OnLocationChanged">
@@ -2637,9 +2643,15 @@ These data point properties are:
26372643
<Parameter Name="e" Type="System.EventArgs" Index="0" FrameworkAlternate="netframework-4.8" />
26382644
</Parameters>
26392645
<Docs>
2640-
<param name="e">To be added.</param>
2641-
<summary>To be added.</summary>
2642-
<remarks>To be added.</remarks>
2646+
<param name="e">An object that contains the event data.</param>
2647+
<summary>Raises the <see cref="E:System.Windows.Forms.Control.LostFocus" /> event. </summary>
2648+
<remarks>
2649+
<format type="text/markdown"><![CDATA[
2650+
2651+
Raising the <xref:System.Windows.Forms.Control.LostFocus> event invokes the event handler through a delegate. For more information, see [Handling and raising events](~/docs/standard/events/index.md).
2652+
2653+
]]></format>
2654+
</remarks>
26432655
</Docs>
26442656
</Member>
26452657
<Member MemberName="OnMouseDown">

0 commit comments

Comments
 (0)