| APNSoft.WebControls Namespace (APNSoft Menu) | |
MenuEventHandler Delegate
Represents the method that will handle command events of a Menu.
[Visual Basic]Public Delegate Sub MenuEventHandler( _
ByVal
sender As Object, _
ByVal
e As
MenuEventArgs _
)
[C#]public delegate void MenuEventHandler(
object
sender,
MenuEventArgs e);
Parameters
- sender
- Menu object that is considered as initiator of the event.
- e
- Event arguments of the MenuEventArgs type.
Requirements
Namespace: APNSoft.WebControls
Assembly: APNSoftMenu (in APNSoftMenu.dll)
See Also
APNSoft.WebControls Namespace