ActiveReports 11
ToolboxItemChangedEventHandler Delegate

GrapeCity.ActiveReports.Design.Win.v11 Assembly > GrapeCity.ActiveReports.Design Namespace : ToolboxItemChangedEventHandler Delegate
The source of the event.
ToolboxItemChangedArgs class which contains the event data.
Represents a method that will handle the ToolboxItemChanged event.
Syntax
'Declaration
 
Public Delegate Sub ToolboxItemChangedEventHandler( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
public delegate void ToolboxItemChangedEventHandler( 
   object sender,
   EventArgs e
)

Parameters

sender
The source of the event.
e
ToolboxItemChangedArgs class which contains the event data.
See Also

Reference

ToolboxItemChangedEventHandler Members
GrapeCity.ActiveReports.Design Namespace