ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Configuration Namespace / RenderingExtensionInfoCollection.ContentChangedEventHandler Delegate
The source of the event.
The RenderingExtensionInfoCollection.ContentChangedEventargs value that contains the event data.

In This Topic
    RenderingExtensionInfoCollection.ContentChangedEventHandler Delegate
    In This Topic
    Represents the method that processes the ContentChanged event.
    Syntax
    'Declaration
     
    Public Delegate Sub RenderingExtensionInfoCollection.ContentChangedEventHandler( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    public delegate void RenderingExtensionInfoCollection.ContentChangedEventHandler( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    The RenderingExtensionInfoCollection.ContentChangedEventargs value that contains the event data.
    See Also