[]
Represents a method that will handle the CurrentTopicChanging event of a C1DynamicHelp.
public delegate void HelpTopicEventHandler(object sender, TopicEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
TopicEventArgs | e | A TopicEventArgs that contains the event data. |
Name | Description |
---|---|
HelpTopicEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, TopicEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, TopicEventArgs) |