ESRI.ArcGIS.ADF.Web.UI.WebControls
ContextMenuItemClickedEventHandler Delegate
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : ContextMenuItemClickedEventHandler Delegate




sender
Control that initiated the event.
args
Arguments that include the item clicked and the control triggering the event.
Delegate to handle the ContextMenuClicked event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub ContextMenuItemClickedEventHandler( _
   ByVal sender As Object, _
   ByVal args As ContextMenuItemEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New ContextMenuItemClickedEventHandler(AddressOf HandlerMethod)
C# 
public delegate void ContextMenuItemClickedEventHandler( 
   object sender,
   ContextMenuItemEventArgs args
)

Parameters

sender
Control that initiated the event.
args
Arguments that include the item clicked and the control triggering the event.

See Also

© 2010 All Rights Reserved.