Leadtools.MedicalViewer Namespace > MedicalViewer Class : DeleteCell Event |
public event EventHandler<MedicalViewerDeleteEventArgs> DeleteCell
'Declaration Public Event DeleteCell As EventHandler(Of MedicalViewerDeleteEventArgs)
'Usage Dim instance As MedicalViewer Dim handler As EventHandler(Of MedicalViewerDeleteEventArgs) AddHandler instance.DeleteCell, handler
public event EventHandler<MedicalViewerDeleteEventArgs> DeleteCell
add_DeleteCell(function(sender, e)) remove_DeleteCell(function(sender, e))
public: event EventHandler<MedicalViewerDeleteEventArgs^>^ DeleteCell
The event handler receives an argument of type MedicalViewerDeleteEventArgs containing data related to this event. The following MedicalViewerDeleteEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CellIndexes | Gets the array of values that indicate the indexes of the cells that will be affected by the deleting process. |
Delete | Gets or sets the value that indicate whether to apply the delete process or not. |
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