Spread Windows Forms 12.0 Product Documentation
StartMenuForm.HistoryClickedEventHandler Delegate


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.
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)
public delegate void StartMenuForm.HistoryClickedEventHandler( 
   object sender,
   StartMenuForm.HistoryEventArgs e
)

Parameters

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

Reference

StartMenuForm.HistoryClickedEventHandler Members
FarPoint.Win.Spread.Design Namespace