OnRowDeleted Method

Summary

Raises the ScheduledProtocolCodeSequenceRowDeleted event.

Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
protected override void OnRowDeleted( 
   DataRowChangeEventArgs e 
) 
  
<DebuggerNonUserCodeAttribute()> 
Protected Overrides Sub OnRowDeleted( _ 
   ByVal e As DataRowChangeEventArgs _ 
)  
[DebuggerNonUserCodeAttribute()] 
protected: 
void OnRowDeleted(  
   DataRowChangeEventArgs^ e 
) override  

Parameters

e
A System.Data.DataRowChangeEventArgs that contains the event data.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly