[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DataColumnConfigureEventHandler

DataColumnConfigureEventHandler Delegate

Represents a defined method that handles the DataColumnConfigure event for the Spread component.

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

Source of the DataColumnConfigure event

DataColumnConfigureEventArgs e

Event arguments