Compartir a través de


Evento Change

Occurs when something changes in the ReportParameterDefaultCollection object.

Espacio de nombres:  Microsoft.ReportingServices.SharePoint.UI.WebParts
Ensamblado:  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
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 admite el uso de eventos, pero no la declaración de otros nuevos.