[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.ThumbButtonEventHandler

ThumbButtonEventHandler Delegate

Represents a method that handles events occuring for the thumbnail buttons.

Namespace: C1.Win.C1Win7Pack
Assembly: C1.Win.C1Win7Pack.4.8.dll
Syntax
public delegate void ThumbButtonEventHandler(object sender, ThumbButtonEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

ThumbButtonEventArgs e

A ThumbButtonEventArgs object that contains the event data.

Constructors

Name Description
ThumbButtonEventHandler(object, IntPtr)

Methods

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