ScheduledStationNamesRowChangeEvent Constructor

Summary

Initializes a new instance of the ScheduledStationNamesRowChangeEvent class.

Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public ScheduledStationNamesRowChangeEvent( 
   ScheduledStationNamesRow row, 
   DataRowAction action 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Function New( _ 
   ByVal row As ScheduledStationNamesRow, _ 
   ByVal action As DataRowAction _ 
) 
[DebuggerNonUserCodeAttribute()] 
public: 
MWLDataset.ScheduledStationNamesRowChangeEvent(  
   ScheduledStationNamesRow^ row, 
   DataRowAction action 
) 

Parameters

row
The ScheduledStationNamesRow upon which an action is occuring.

action
One of the System.Data.DataRowAction values.

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