[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.HelpTopicEventHandler

HelpTopicEventHandler Delegate

Represents a method that will handle the CurrentTopicChanging event of a C1DynamicHelp.

Namespace: C1.Win.C1DynamicHelp
Assembly: C1.Win.C1DynamicHelp.4.8.dll
Syntax
public delegate void HelpTopicEventHandler(object sender, TopicEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

TopicEventArgs e

A TopicEventArgs that contains the event data.

Constructors

Name Description
HelpTopicEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, TopicEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, TopicEventArgs)