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
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. |