DesignerActionService.DesignerActionListsChanged Event
.NET Framework 2.0
Occurs when a DesignerActionList is removed or added for any component.
Namespace: System.ComponentModel.Design
Assembly: System.Design (in system.design.dll)
DesignerActionService Members
System.ComponentModel.Design Namespace
DesignerActionListsChangedEventArgs
DesignerActionListsChangedType
DesignerActionListsChangedEventHandler Delegate
Add
Remove
Clear
Assembly: System.Design (in system.design.dll)
'Declaration Public Event DesignerActionListsChanged As DesignerActionListsChangedEventHandler 'Usage Dim instance As DesignerActionService Dim handler As DesignerActionListsChangedEventHandler AddHandler instance.DesignerActionListsChanged, handler
/** @event */ public void add_DesignerActionListsChanged (DesignerActionListsChangedEventHandler value) /** @event */ public void remove_DesignerActionListsChanged (DesignerActionListsChangedEventHandler value)
In JScript, you can handle the events defined by a class, but you cannot define your own.
Not applicable.
The following table shows the set of specialized classes associated with the DesignerActionListsChanged event.
| Specialized type | Description |
|---|---|
| Adds information specific to smart tag list management. This class is specialized from EventArgs. | |
| Connects the DesignerActionListsChangedEventArgs with its handler. | |
| Denotes whether a list has been added or removed. |
For more information about handling events, see Consuming Events.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
DesignerActionService ClassDesignerActionService Members
System.ComponentModel.Design Namespace
DesignerActionListsChangedEventArgs
DesignerActionListsChangedType
DesignerActionListsChangedEventHandler Delegate
Add
Remove
Clear
Other Resources
Designer Commands and the DesignerAction Object Model for Windows FormsCommunity Additions
ADD
Show: