←Select platform

OnViewerCellCreating Method

Summary

Raises the ViewerCellCreating event.

Syntax

C#
VB
C++
protected virtual void OnViewerCellCreating( 
   object sender, 
   MedicalViewerCellCreatingEventArgs args 
) 
  
Protected Overridable Sub OnViewerCellCreating( _ 
   ByVal sender As Object, _ 
   ByVal args As Leadtools.Medical.Workstation.Loader.MedicalViewerCellCreatingEventArgs _ 
)  
protected: 
virtual void OnViewerCellCreating(  
   Object^ sender, 
   Leadtools.Medical.Workstation.Loader.MedicalViewerCellCreatingEventArgs^ args 
)  

Parameters

sender
The source System.Object firing the event.

args
The MedicalViewerCellCreatingEventArgs instance containing the event data.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly