ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / HelpTopicEventHandler Delegate
The source of the event.
A TopicEventArgs that contains the event data.

In This Topic
    HelpTopicEventHandler Delegate
    In This Topic
    Represents a method that will handle the C1DynamicHelp.CurrentTopicChanging event of a C1DynamicHelp.
    Syntax
    'Declaration
     
    Public Delegate Sub HelpTopicEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As TopicEventArgs _
    ) 
    public delegate void HelpTopicEventHandler( 
       System.object sender,
       TopicEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A TopicEventArgs that contains the event data.
    See Also