C#
VB
C++
Optional delegate method for additional processing.
public event EventHandler<MedicalViewerDeleteEventArgs> DeleteCell
Public Event DeleteCell As EventHandler(Of MedicalViewerDeleteEventArgs)
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET