[]
        
(Showing Draft Content)

C1.Win.C1Command.C1TopicBarPageEventHandler

C1TopicBarPageEventHandler Delegate

Represents the method that handles page expanded and collapsed events.

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

The source of the event.

C1TopicBarPageEventArgs e

A C1TopicBarPageEventArgs that contains event data.

Constructors

Name Description
C1TopicBarPageEventHandler(object, IntPtr)

Methods

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