ESRI.ArcGIS.ADF.Web.UI.WebControls | |
OnDismiss Method | |
See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ContextMenu Class : OnDismiss Method |
- args
- Event arguments with information about the item dismissed.
Visual Basic (Declaration) | |
---|---|
Protected Overridable Sub OnDismiss( _ ByVal args As ContextMenuDismissedEventArgs _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected virtual void OnDismiss( ContextMenuDismissedEventArgs args ) |
Parameters
- args
- Event arguments with information about the item dismissed.