Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyleCollectionChangedEventHandler Delegate


In This Topic
TableStyleCollectionChangedEventHandler Delegate
In This Topic
The TableStyleCollectionChangedEventArgs handler.
Syntax
'Declaration
 
Public Delegate Sub TableStyleCollectionChangedEventHandler( _
   ByVal sender As Object, _
   ByVal e As TableStyleCollectionChangedEventArgs _
) 
 
'Usage
 
Dim instance As New TableStyleCollectionChangedEventHandler(AddressOf HandlerMethod)

Parameters

sender
e
See Also