[]
        
(Showing Draft Content)

C1.Win.C1Command.C1TopicBarClickEventHandler

C1TopicBarClickEventHandler Delegate

Represents the method that handles C1TopicBar click event.

Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public delegate void C1TopicBarClickEventHandler(object sender, C1TopicBarClickEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

C1TopicBarClickEventArgs e

A C1TopicBarClickEventArgs that contains event data.

Constructors

Name Description
C1TopicBarClickEventHandler(object, IntPtr)

Methods

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