Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions xml/System.Windows.Forms.DataVisualization.Charting/Chart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2589,9 +2589,15 @@ These data point properties are:
<Parameter Name="e" Type="System.EventArgs" Index="0" FrameworkAlternate="netframework-4.8" />
</Parameters>
<Docs>
<param name="e">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<param name="e">An object that contains the event data.</param>
<summary>Raises the <see cref="E:System.Windows.Forms.Control.GotFocus" /> event. </summary>
<remarks>
<format type="text/markdown"><![CDATA[

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).

]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="OnLocationChanged">
Expand Down Expand Up @@ -2637,9 +2643,15 @@ These data point properties are:
<Parameter Name="e" Type="System.EventArgs" Index="0" FrameworkAlternate="netframework-4.8" />
</Parameters>
<Docs>
<param name="e">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<param name="e">An object that contains the event data.</param>
<summary>Raises the <see cref="E:System.Windows.Forms.Control.LostFocus" /> event. </summary>
<remarks>
<format type="text/markdown"><![CDATA[

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).

]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="OnMouseDown">
Expand Down