QueueStatusDataSet.StatusDataTable.OnRowDeleted method

A post-event handler for the StatusRowDeleted event.

Namespace:  WebSvcQueueSystem
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Protected Overrides Sub OnRowDeleted ( _
    e As DataRowChangeEventArgs _
)
'Usage
Dim e As DataRowChangeEventArgs

Me.OnRowDeleted(e)
protected override void OnRowDeleted(
    DataRowChangeEventArgs e
)

Parameters

See also

Reference

QueueStatusDataSet.StatusDataTable class

QueueStatusDataSet.StatusDataTable members

WebSvcQueueSystem namespace