[]
Represents a method that handles events occuring for the thumbnail buttons.
public delegate void ThumbButtonEventHandler(object sender, ThumbButtonEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
ThumbButtonEventArgs | e | A ThumbButtonEventArgs object that contains the event data. |
Name | Description |
---|---|
ThumbButtonEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, ThumbButtonEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, ThumbButtonEventArgs) |