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


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

Parameters

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