You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Windows.Forms.Design/DesignerActionListsChangedEventArgs.xml
+21-13Lines changed: 21 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,16 @@
14
14
</Base>
15
15
<Interfaces />
16
16
<Docs>
17
-
<summary>To be added.</summary>
18
-
<remarks>To be added.</remarks>
17
+
<summary>Provides data for the <seecref="E:System.ComponentModel.Design.DesignerActionService.DesignerActionListsChanged" /> event.</summary>
18
+
<remarks>
19
+
<formattype="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.
<paramname="relatedObject">The related object.</param>
48
+
<paramname="changeType">One of the enumeration values that specifies the type of change.</param>
49
+
<paramname="actionLists">A collection that represents the remaining action lists for the related object.</param>
50
+
<summary>Initializes a new instance of the <seecref="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>
0 commit comments