Spread Windows Forms 12.0 Product Documentation
StyleContainerEventHandler Delegate


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
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)
public delegate void StyleContainerEventHandler( 
   object sender,
   StyleContainerEventArgs e
)

Parameters

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

Reference

StyleContainerEventHandler Members
FarPoint.Win.Spread Namespace