←Select platform

OnRowDeleting Method

Summary

Raises the PatientRowDeleting event.

Syntax

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

Parameters

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly