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