StatusTransactionDataSet.StatusTransactionsRowChangeEventHandler Delegate
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes event handler settings for when data associated with a StatusTransactionDataSet.StatusTransactionsRow is edited and an event should be triggered.
public: delegate void StatusTransactionDataSet::StatusTransactionsRowChangeEventHandler(System::Object ^ sender, StatusTransactionDataSet::StatusTransactionsRowChangeEvent ^ e);
C#
public delegate void StatusTransactionDataSet.StatusTransactionsRowChangeEventHandler(object sender, StatusTransactionDataSet.StatusTransactionsRowChangeEvent e);
type StatusTransactionDataSet.StatusTransactionsRowChangeEventHandler = delegate of obj * StatusTransactionDataSet.StatusTransactionsRowChangeEvent -> unit
Public Delegate Sub StatusTransactionDataSet.StatusTransactionsRowChangeEventHandler(sender As Object, e As StatusTransactionDataSet.StatusTransactionsRowChangeEvent)
- sender
- Object
Product | Versions |
---|---|
Project Server | Latest |