[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DialogCharEventHandler

DialogCharEventHandler Delegate

Represents the method that handles the DialogChar event of a Spread component.

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

Source of the DialogChar event

DialogCharEventArgs e

DialogCharEventArgs object that contains the event data