ESRI.ArcGIS.ADF.Web.UI.WebControls
Dismissed Event
See Also 
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.

See Also

© 2010 All Rights Reserved.