Occurs when the
Leadtools.Medical3D.Medical3DControl is disposed.
Syntax
Visual Basic (Declaration) | |
---|
Public Event VolumeDeleted As EventHandler |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As VolumeViewer
Dim handler As EventHandler
AddHandler instance.VolumeDeleted, handler |
Managed Extensions for C++ | |
---|
public: __event EventHandler* VolumeDeleted |
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also