Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleContainerEventHandler Delegate
Object that sends the Changed event
A StyleContainerEventArgs object that contains data for the Changed event


In This Topic
StyleContainerEventHandler Delegate
In This Topic
Internal use only.
Syntax
'Declaration
 
Public Delegate Sub StyleContainerEventHandler( _
   ByVal sender As Object, _
   ByVal e As StyleContainerEventArgs _
) 
 
'Usage
 
Dim instance As New StyleContainerEventHandler(AddressOf HandlerMethod)

Parameters

sender
Object that sends the Changed event
e
A StyleContainerEventArgs object that contains data for the Changed event
See Also