[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetTabDoubleClickEventHandler

SheetTabDoubleClickEventHandler Delegate

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.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public delegate void SheetTabDoubleClickEventHandler(object sender, SheetTabDoubleClickEventArgs e)
Public Delegate Sub SheetTabDoubleClickEventHandler(sender As Object, e As SheetTabDoubleClickEventArgs)
Parameters
Type Name Description
object sender

Source of the event

SheetTabDoubleClickEventArgs e

Event data