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