ToolStripDropDown.Closed Event
Assembly: System.Windows.Forms (in system.windows.forms.dll)
'Declaration Public Event Closed As ToolStripDropDownClosedEventHandler 'Usage Dim instance As ToolStripDropDown Dim handler As ToolStripDropDownClosedEventHandler AddHandler instance.Closed, handler
/** @event */ public void add_Closed (ToolStripDropDownClosedEventHandler value) /** @event */ public void remove_Closed (ToolStripDropDownClosedEventHandler value)
JScript supports the use of events, but not the declaration of new ones.
When you create a ToolStripDropDown 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 Events and Delegates.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.