[]
Represents a defined method that handles the SheetTabDoubleClick event for the Spread component. which occurs when the user double-clicks the mouse button with the pointer on the sheet name tab.
public delegate void SheetTabDoubleClickEventHandler(object sender, SheetTabDoubleClickEventArgs e)
Public Delegate Sub SheetTabDoubleClickEventHandler(sender As Object, e As SheetTabDoubleClickEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Source of the event |
SheetTabDoubleClickEventArgs | e | Event data |