Skip to content

Commit 954cf8e

Browse files
mairawRon Petrusha
andauthored
API docs for DesignerActionListsChangedEventArgs (dotnet#2985)
* initial commit * edits * Apply suggestions from peer review Co-Authored-By: Ron Petrusha <ronpet@microsoft.com>
1 parent 90f6f7d commit 954cf8e

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

xml/System.Windows.Forms.Design/DesignerActionListsChangedEventArgs.xml

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,16 @@
1414
</Base>
1515
<Interfaces />
1616
<Docs>
17-
<summary>To be added.</summary>
18-
<remarks>To be added.</remarks>
17+
<summary>Provides data for the <see cref="E:System.ComponentModel.Design.DesignerActionService.DesignerActionListsChanged" /> event.</summary>
18+
<remarks>
19+
<format type="text/markdown"><![CDATA[
20+
21+
## Remarks
22+
23+
The `DesignerActionListsChangedEventArgs` class is used by the <xref:System.ComponentModel.Design.DesignerActionService> class to signify that a <xref:System.ComponentModel.Design.DesignerActionList> was added or removed from the related object.
24+
25+
]]></format>
26+
</remarks>
1927
</Docs>
2028
<Members>
2129
<Member MemberName=".ctor">
@@ -36,10 +44,10 @@
3644
<Parameter Name="actionLists" Type="System.ComponentModel.Design.DesignerActionListCollection" />
3745
</Parameters>
3846
<Docs>
39-
<param name="relatedObject">To be added.</param>
40-
<param name="changeType">To be added.</param>
41-
<param name="actionLists">To be added.</param>
42-
<summary>To be added.</summary>
47+
<param name="relatedObject">The related object.</param>
48+
<param name="changeType">One of the enumeration values that specifies the type of change.</param>
49+
<param name="actionLists">A collection that represents the remaining action lists for the related object.</param>
50+
<summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.DesignerActionListsChangedEventArgs" /> class with the specified related object, the type of change, and the remaining action lists for the related object.</summary>
4351
<remarks>To be added.</remarks>
4452
</Docs>
4553
</Member>
@@ -59,8 +67,8 @@
5967
<ReturnType>System.ComponentModel.Design.DesignerActionListCollection</ReturnType>
6068
</ReturnValue>
6169
<Docs>
62-
<summary>To be added.</summary>
63-
<value>To be added.</value>
70+
<summary>Gets the collection that contains the remaining action lists for the related object.</summary>
71+
<value>The collection that contains the remaining action lists for the related object.</value>
6472
<remarks>To be added.</remarks>
6573
</Docs>
6674
</Member>
@@ -80,8 +88,8 @@
8088
<ReturnType>System.Windows.Forms.Design.DesignerActionListsChangedType</ReturnType>
8189
</ReturnValue>
8290
<Docs>
83-
<summary>To be added.</summary>
84-
<value>To be added.</value>
91+
<summary>Gets the type of change that caused the event to be raised.</summary>
92+
<value>One of the enumeration values that specifies the type of change.</value>
8593
<remarks>To be added.</remarks>
8694
</Docs>
8795
</Member>
@@ -101,10 +109,10 @@
101109
<ReturnType>System.Object</ReturnType>
102110
</ReturnValue>
103111
<Docs>
104-
<summary>To be added.</summary>
105-
<value>To be added.</value>
112+
<summary>Gets the object that is associated with the event.</summary>
113+
<value>The object that is associated with the event.</value>
106114
<remarks>To be added.</remarks>
107115
</Docs>
108116
</Member>
109117
</Members>
110-
</Type>
118+
</Type>

0 commit comments

Comments
 (0)