| Visual Basic (Declaration) | |
|---|---|
Public Event PatientsRowChanged() As DicomInformation.PatientsRowChangeEventHandler  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public event DicomInformation.PatientsRowChangeEventHandler PatientsRowChanged()  | |
| C++/CLI | |
|---|---|
public: event DicomInformation.PatientsRowChangeEventHandler^ PatientsRowChanged();  | |
The event handler receives an argument of type DicomInformation.PatientsRowChangeEvent containing data related to this event. The following DicomInformation.PatientsRowChangeEvent properties provide information specific to this event.
| Property | Description | 
|---|---|
| Action | Gets the action that has occurred on a DicomInformation.PatientsRow. | 
| Row | Gets the row upon which an action has occurred. | 
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
       
Copy Code