| Visual Basic (Declaration) | |
|---|---|
<GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")> Public Class DicomInformation.PatientsRowChangeEvent Inherits EventArgs  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")] public class DicomInformation.PatientsRowChangeEvent : EventArgs  | |
| C++/CLI | |
|---|---|
[GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")] public ref class DicomInformation.PatientsRowChangeEvent : public EventArgs  | |
The DicomInformation.PatientsDataTable.PatientsRowChanged, DicomInformation.PatientsDataTable.PatientsRowChanging, DicomInformation.PatientsDataTable.PatientsRowDeleting, and DicomInformation.PatientsDataTable.PatientsRowDeleted events occur when an action is performed on a DicomInformation.PatientsRow. 
System.Object
   System.EventArgs
      Leadtools.Medical.Workstation.DataAccessLayer.DicomInformation.PatientsRowChangeEvent
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
       
Copy Code