FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DataColumnConfigureEventHandler Delegate
Source of the DataColumnConfigure event
Event arguments


In This Topic
DataColumnConfigureEventHandler Delegate
In This Topic
Represents a defined method that handles the DataColumnConfigure event for the Spread component.
Syntax
'Declaration
 
Public Delegate Sub DataColumnConfigureEventHandler( _
   ByVal sender As Object, _
   ByVal e As DataColumnConfigureEventArgs _
) 
 
'Usage
 
Dim instance As New DataColumnConfigureEventHandler(AddressOf HandlerMethod)

Parameters

sender
Source of the DataColumnConfigure event
e
Event arguments
See Also