The OnItemAdded Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
- e
- A RasterCollectionEventArgs that contains the event data.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub OnItemAdded( _ ByVal e As RasterCollectionEventArgs(Of MedicalViewerDoublePlaneCutLine) _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerDoublePlaneCutLinesCollection(Of MedicalViewerDoublePlaneCutLine) Dim e As RasterCollectionEventArgs(Of MedicalViewerDoublePlaneCutLine) instance.OnItemAdded(e) |
C# | |
---|---|
protected override void OnItemAdded( RasterCollectionEventArgs<MedicalViewerDoublePlaneCutLine> e ) |
C++/CLI | |
---|---|
protected: void OnItemAdded( RasterCollectionEventArgs<MedicalViewerDoublePlaneCutLine^>^ e ) override |
Parameters
- e
- A RasterCollectionEventArgs that contains the event data.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7