C#
VB
C++
Optional delegate method for additional processing.
public event EventHandler<RakeRemoveCommandEventArgs> RakeRemove
Public Event RakeRemove As EventHandler(Of RakeRemoveCommandEventArgs)
public:
event EventHandler<RakeRemoveCommandEventArgs^>^ RakeRemove
The event handler receives an argument of type RakeRemoveCommandEventArgs containing data related to this event. The following RakeRemoveCommandEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Length | Gets the length of the base line of the rake. |
Region | Gets a LEADTOOLS RasterRegion representing the rake to be removed. |
Status | Gets or sets a value that represents the status of the rake removal process. |
Refer to RakeRemoveCommand.
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