ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / ToolboxItemChangedEventHandler Delegate
The source of the event.
ToolboxItemChangedArgs class which contains the event data.

In This Topic
    ToolboxItemChangedEventHandler Delegate
    In This Topic
    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