[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.ContentChangedEventHandler

DataProviderInfoCollection.ContentChangedEventHandler Delegate

Represents the method that handles the ContentChanged event.

Namespace: GrapeCity.ActiveReports.Configuration
Assembly: MESCIUS.ActiveReports.dll
Syntax
public delegate void DataProviderInfoCollection.ContentChangedEventHandler(object sender, EventArgs e)
Parameters
Type Name Description
object sender Represents the method that handles the event.
EventArgs e Represents the method that handles the event.

Constructors

Name Description
ContentChangedEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, EventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, EventArgs)

Extension Methods