|
| ESRI.ArcGIS.ADF.Web.UI.WebControls | |
| Dismissed Event | |
| See Also | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ContextMenu Class : Dismissed Event |
| Visual Basic (Declaration) | |
|---|---|
<ResDescriptionAttribute("Fired when the context menu is closed.")>
Public Event Dismissed() As ContextMenuDismissedEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[ResDescriptionAttribute("Fired when the context menu is closed.")]
public event ContextMenuDismissedEventHandler Dismissed() | |
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.
| Property | Description |
|---|---|
| Context | Context string for the callback. |
| Control | Control that triggered the event. |