| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub DicomInformation.PatientsRowChangeEventHandler( _ ByVal sender As Object, _ ByVal e As DicomInformation.PatientsRowChangeEvent _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public delegate void DicomInformation.PatientsRowChangeEventHandler( object sender, DicomInformation.PatientsRowChangeEvent e )  | |
| C++/CLI | |
|---|---|
public delegate void DicomInformation.PatientsRowChangeEventHandler( Object^ sender, DicomInformation.PatientsRowChangeEvent^ e )  | |
Parameters
- sender
 - Type: Object.The source of the event.
 - e
 - A DicomInformation.PatientsRowChangeEvent that contains the event data.
 
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family