Spread Windows Forms 15.0
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)
    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