ESRI.ArcGIS.ADF.Web.UI.WebControls
Dismissed Event
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ContextMenu Class : Dismissed Event




Event fired when the context menu is closed on the client.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Fired when the context menu is closed.")>
Public Event Dismissed As ContextMenuDismissedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As ContextMenu
Dim handler As ContextMenuDismissedEventHandler
 
AddHandler instance.Dismissed, handler
C# 
[ResDescriptionAttribute("Fired when the context menu is closed.")]
public event ContextMenuDismissedEventHandler Dismissed

Event Data

The event handler receives an argument of type ContextMenuDismissedEventArgs containing data related to this event. The following ContextMenuDismissedEventArgs properties provide information specific to this event.

PropertyDescription
Context Context string for the callback.
Control Control that triggered the event.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.