Leadtools.MedicalViewer Namespace > MedicalViewerCell Class : DerivativeGenerated Event |
public event EventHandler<MedicalViewerDerivativeGeneratedEventArgs> DerivativeGenerated
'Declaration Public Event DerivativeGenerated As EventHandler(Of MedicalViewerDerivativeGeneratedEventArgs)
'Usage Dim instance As MedicalViewerCell Dim handler As EventHandler(Of MedicalViewerDerivativeGeneratedEventArgs) AddHandler instance.DerivativeGenerated, handler
public event EventHandler<MedicalViewerDerivativeGeneratedEventArgs> DerivativeGenerated
add_DerivativeGenerated(function(sender, e)) remove_DerivativeGenerated(function(sender, e))
public: event EventHandler<MedicalViewerDerivativeGeneratedEventArgs^>^ DerivativeGenerated
The event handler receives an argument of type MedicalViewerDerivativeGeneratedEventArgs containing data related to this event. The following MedicalViewerDerivativeGeneratedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
DerivativeCell | Gets the cell that contains the derivative image. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2