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