C#
VB
C++
Occurs when a region is removed from a cell.
public event EventHandler<RegionRemovedEventArgs> RegionRemoved
Public Event RegionRemoved As EventHandler(Of ClearRegionsCommand.RegionRemovedEventArgs)
public:
event EventHandler<ClearRegionsCommand.RegionRemovedEventArgs^>^ RegionRemoved
The event handler receives an argument of type ClearRegionsCommand.RegionRemovedEventArgs containing data related to this event. The following ClearRegionsCommand.RegionRemovedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cell | Gets the cell that the region is removed from. |
SubCellIndex | Gets the index of the sub cell where the region is removed. |
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