ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEventHandler - Délégué
Représente la méthode qui gère les événements qui se produisent lorsqu'une action est effectuée sur la ligne de données.
Espace de noms : WebSvcNotifications
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Delegate Sub ReminderSubscriptionInfoRowChangeEventHandler ( _
sender As Object, _
e As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEvent _
)
'Utilisation
Dim instance As New ReminderSubscriptionInfoRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void ReminderSubscriptionInfoRowChangeEventHandler(
Object sender,
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEvent e
)
Paramètres
- sender
Type : System.Object