Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / StartMenuForm.SubClickedEventHandler Delegate
The sender.
The FarPoint.Win.Ribbon.StartMenuForm.SubMenuEventArgs instance containing the event data.


In This Topic
StartMenuForm.SubClickedEventHandler Delegate
In This Topic
Syntax
'Declaration
 
Public Delegate Sub StartMenuForm.SubClickedEventHandler( _
   ByVal sender As Object, _
   ByVal e As StartMenuForm.SubMenuEventArgs _
) 
 
'Usage
 
Dim instance As New StartMenuForm.SubClickedEventHandler(AddressOf HandlerMethod)

Parameters

sender
The sender.
e
The FarPoint.Win.Ribbon.StartMenuForm.SubMenuEventArgs instance containing the event data.
See Also