ActiveReports 13
RenderingExtensionInfoCollection.ContentChangedEventHandler Delegate

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Configuration Namespace : RenderingExtensionInfoCollection.ContentChangedEventHandler Delegate
The source of the event.
The RenderingExtensionInfoCollection.ContentChangedEventargs value that contains the event data.
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

Reference

RenderingExtensionInfoCollection.ContentChangedEventHandler Members
GrapeCity.ActiveReports.Configuration Namespace