1<?xml version="1.0" encoding="utf-8"?>
2<Type Name="DesignerActionListsChangedEventHandler" FullName="System.ComponentModel.Design.DesignerActionListsChangedEventHandler">
3  <TypeSignature Language="C#" Value="public delegate void DesignerActionListsChangedEventHandler(object sender, DesignerActionListsChangedEventArgs e);" />
4  <AssemblyInfo>
5    <AssemblyName>System.Design</AssemblyName>
6    <AssemblyVersion>2.0.0.0</AssemblyVersion>
7  </AssemblyInfo>
8  <Base>
9    <BaseTypeName>System.Delegate</BaseTypeName>
10  </Base>
11  <Attributes>
12    <Attribute>
13      <AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName>
14    </Attribute>
15  </Attributes>
16  <Parameters>
17    <Parameter Name="sender" Type="System.Object" />
18    <Parameter Name="e" Type="System.ComponentModel.Design.DesignerActionListsChangedEventArgs" />
19  </Parameters>
20  <ReturnValue>
21    <ReturnType>System.Void</ReturnType>
22  </ReturnValue>
23  <Docs>
24    <param name="sender">To be added.</param>
25    <param name="e">To be added.</param>
26    <remarks>
27      <attribution license="cc4" from="Microsoft" modified="false" />
28      <para>The event model in the dnprdnshort is based on having an event delegate that connects an event with its handler. To raise a <see cref="E:System.ComponentModel.Design.DesignerActionService.DesignerActionListsChanged" /> event, two elements are needed:</para>
29      <list type="bullet">
30        <item>
31          <para>The <see cref="T:System.ComponentModel.Design.DesignerActionListsChangedEventArgs" /> class, derived from <see cref="T:System.EventArgs" />, which holds the event data.</para>
32        </item>
33        <item>
34          <para>The <see cref="T:System.ComponentModel.Design.DesignerActionListsChangedEventHandler" /> delegate, which points to a method that provides the response to the event.</para>
35        </item>
36      </list>
37      <para>When you create a <see cref="T:System.ComponentModel.Design.DesignerActionListsChangedEventHandler" /> delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate. For more information about event-handler delegates, see <format type="text/html"><a href="d98fd58b-fa4f-4598-8378-addf4355a115">Events and Delegates</a></format>. </para>
38    </remarks>
39    <summary>
40      <attribution license="cc4" from="Microsoft" modified="false" />
41      <para>Represents the method that will handle the <see cref="E:System.ComponentModel.Design.DesignerActionService.DesignerActionListsChanged" /> event of a <see cref="T:System.ComponentModel.Design.DesignerActionService" />. This class cannot be inherited.</para>
42    </summary>
43  </Docs>
44</Type>