APNSoft Controls [4.5.2.20] - API Reference
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: APNSoftControls (in APNSoftControls.dll)
See Also
APNSoft.WebControls Namespace