MESCIUS.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 _
) 
 

Parameters

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