Share via


ReportParameterDefaultCollection.Change Event

Occurs when something changes in the ReportParameterDefaultCollection object.

Namespace:  Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly:  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
Public Event Change As EventHandler
'Usage
Dim instance As ReportParameterDefaultCollection
Dim handler As EventHandler

AddHandler instance.Change, handler
public event EventHandler Change
public:
 event EventHandler^ Change {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member Change : IEvent<EventHandler,
    EventArgs>
JScript supports the use of events, but not the declaration of new ones.