Partilhar via


Evento Change

Occurs when something changes in the ReportParameterDefaultCollection object.

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

Sintaxe

'Declaração
Public Event Change As EventHandler
'Uso
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 dá suporte ao uso de eventos, mas não à declaração de eventos novos.