ComponentOne DynamicHelp for WinForms
CurrentTopicChanging Event

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace > C1DynamicHelp Class : CurrentTopicChanging Event
Fires before the value of the CurrentTopic changes.
Syntax
'Declaration
 
Public Event CurrentTopicChanging As HelpTopicEventHandler
public event HelpTopicEventHandler CurrentTopicChanging
Event Data

The event handler receives an argument of type TopicEventArgs containing data related to this event. The following TopicEventArgs properties provide information specific to this event.

PropertyDescription
Gets or sets a value indicating whether the event should be canceled.  
Gets a value indicating the help topic becoming current.  
See Also