Delegado AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRowChangeEventHandler
Representa el método que controla los eventos que se producen cuando se realiza una acción en la fila de datos.
Espacio de nombres: WebSvcNotifications
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Delegate Sub AlertSubscriptionInfoRowChangeEventHandler ( _
sender As Object, _
e As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRowChangeEvent _
)
'Uso
Dim instance As New AlertSubscriptionInfoRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void AlertSubscriptionInfoRowChangeEventHandler(
Object sender,
AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRowChangeEvent e
)
Parámetros
- sender
Tipo: System.Object