Initializes a new instance of the
MedicalViewerAnimationInformationEventArgs class object with explicit parameters.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function New( _
ByVal cellIndex As Integer _
) |
| C# | |
|---|
public MedicalViewerAnimationInformationEventArgs(
int cellIndex
) |
| C++/CLI | |
|---|
public:
MedicalViewerAnimationInformationEventArgs(
int cellIndex
) |
Parameters
- cellIndex
- The index of the cell which has its animation engine started or stopped.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also